Changeset 18055
- Timestamp:
- 2009/06/09 11:30:46 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r18054 r18055 150 150 // 入力値の変換 151 151 $this->objFormParam->convParam(); 152 $this->arrErr = $this->lfCheek();153 152 $this->arrErr = $this->lfCheckError(); 153 $this->arrErr = array_merge((array)$this->arrErr, (array)$this->lfCheek()); 154 154 155 if(count($this->arrErr) == 0) { 155 156 #if(count($this->arrErr) == 0) { … … 196 197 } 197 198 } 198 $this->lfReCheek($arrData); 199 // 情報上書き 200 $this->objFormParam->setParam($arrData); 201 // 入力値の変換 202 $this->objFormParam->convParam(); 199 203 break; 200 204 /* 商品追加ポップアップより商品選択後、商品情報取得*/ … … 215 219 } 216 220 } 217 $this->lfReCheek($arrData); 221 // 情報上書き 222 $this->objFormParam->setParam($arrData); 223 // 入力値の変換 224 $this->objFormParam->convParam(); 218 225 break; 219 226 /* F-REGI決済モジュール連携用 */
Note: See TracChangeset
for help on using the changeset viewer.
