- Timestamp:
- 2010/01/06 14:05:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4-dev/data/class/helper/SC_Helper_DB.php
r18416 r18465 315 315 $limit = $arrData['sale_limit']; 316 316 } else { 317 $limit = $arrData['stock']; 317 // 購入制限数を在庫数に 318 #$limit = $arrData['stock']; 319 // 購入制限数をSALE_LIMIT_MAXに 320 $limit = SALE_LIMIT_MAX; 318 321 } 319 322 } else { … … 322 325 } 323 326 if ($arrData['stock_unlimited'] != '1') { 324 $limit = $arrData['stock']; 327 // 購入制限数を在庫数に 328 #$limit = $arrData['stock']; 329 // 購入制限数をSALE_LIMIT_MAXに 330 $limit = SALE_LIMIT_MAX; 325 331 } 326 332 }
Note: See TracChangeset
for help on using the changeset viewer.
