Ignore:
Timestamp:
2011/07/06 17:38:38 (15 years ago)
Author:
eccuore
Message:

fixes 1369 会員テーブルの更新時に利用する配列は引き継ぐ必要が無いので、別変数を生成

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  
    563563                $class_name2 = SC_Utils_Ex::isBlank($class_name2) ? 'なし' : $class_name2; 
    564564                $arrErr['quantity'][$i] .= $arrValues['product_name'][$i] 
    565                     . '/(' . $class_name1 . ')/(' . $class_name2 . ') の在庫が不足しています。 設定できる数量は「'  
     565                    . '/(' . $class_name1 . ')/(' . $class_name2 . ') の在庫が不足しています。 設定できる数量は「' 
    566566                    . ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']) . '」までです。<br />'; 
    567567            } 
     
    581581 
    582582        // 最終保持ポイント 
    583         $arrValues['total_point'] = $objFormParam->getValue('custmer_point') - $arrValues['use_point']; 
     583        $arrValues['total_point'] = $objFormParam->getValue('customer_point') - $arrValues['use_point']; 
    584584 
    585585        if ($arrValues['total'] < 0) { 
Note: See TracChangeset for help on using the changeset viewer.