Ignore:
Timestamp:
2009/12/07 15:08:06 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.2 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r18177 r18432  
    175175            } 
    176176            break; 
    177             // 再計算 
     177        // 再計算 
    178178        case 'cheek': 
     179        //支払い方法の選択 
     180        case 'payment': 
    179181            // POST情報で上書き 
    180182            $this->objFormParam->setParam($_POST); 
     
    208210            // 入力値の変換 
    209211            $this->objFormParam->convParam(); 
    210             $this->arrErr = $this->lfCheckError(); 
    211             if(count($this->arrErr) == 0) { 
    212                 $this->arrErr = $this->lfCheek($arrInfo, $_POST['mode']); 
    213             } 
    214212            break; 
    215213        /* 商品追加ポップアップより商品選択後、商品情報取得*/ 
     
    234232            // 入力値の変換 
    235233            $this->objFormParam->convParam(); 
    236             $this->arrErr = $this->lfCheckError(); 
    237             if(count($this->arrErr) == 0) { 
    238                 $this->arrErr = $this->lfCheek($arrInfo, $_POST['mode']); 
    239             } 
    240234            break; 
    241235        /* 顧客検索ポップアップより顧客指定後、顧客情報取得*/ 
     
    383377        $this->objFormParam->addParam("配送時間ID", "deliv_time_id", INT_LEN, "n", array("MAX_LENGTH_CHECK", "NUM_CHECK")); 
    384378        $this->objFormParam->addParam("対応状況", "status", INT_LEN, "n", array("EXIST_CHECK", "MAX_LENGTH_CHECK", "NUM_CHECK")); 
    385         $this->objFormParam->addParam("配達日", "deliv_date", STEXT_LEN, "KVa", array("MAX_LENGTH_CHECK")); 
     379        $this->objFormParam->addParam("配達日", "deliv_date", STEXT_LEN, "KVa", array("SPTAB_CHECK", "MAX_LENGTH_CHECK")); 
    386380        $this->objFormParam->addParam("お支払方法名称", "payment_method"); 
    387381        $this->objFormParam->addParam("配送時間", "deliv_time"); 
Note: See TracChangeset for help on using the changeset viewer.