Changeset 21019 for branches/version-2_11-dev/data/class/pages/admin
- Timestamp:
- 2011/07/06 17:38:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r21004 r21019 563 563 $class_name2 = SC_Utils_Ex::isBlank($class_name2) ? 'なし' : $class_name2; 564 564 $arrErr['quantity'][$i] .= $arrValues['product_name'][$i] 565 . '/(' . $class_name1 . ')/(' . $class_name2 . ') の在庫が不足しています。 設定できる数量は「' 565 . '/(' . $class_name1 . ')/(' . $class_name2 . ') の在庫が不足しています。 設定できる数量は「' 566 566 . ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']) . '」までです。<br />'; 567 567 } … … 581 581 582 582 // 最終保持ポイント 583 $arrValues['total_point'] = $objFormParam->getValue('cust mer_point') - $arrValues['use_point'];583 $arrValues['total_point'] = $objFormParam->getValue('customer_point') - $arrValues['use_point']; 584 584 585 585 if ($arrValues['total'] < 0) {
Note: See TracChangeset
for help on using the changeset viewer.
