Changeset 23506 for branches/version-2_13-dev/data/class/pages/admin
- Timestamp:
- 2014/06/03 15:20:54 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/admin/products
- Files:
-
- 2 edited
-
LC_Page_Admin_Products_UploadCSV.php (modified) (2 diffs)
-
LC_Page_Admin_Products_UploadCSVCategory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php
r23366 r23506 348 348 // パラメーター登録 349 349 $objFormParam->addParam( 350 $item['disp_name'] 351 , $col352 , constant($item['size_const_type'])353 , $item['mb_convert_kana_option']354 , $arrErrorCheckTypes355 , $item['default']356 ,$item['rw_flg'] != CSV_COLUMN_RW_FLG_READ_ONLY350 $item['disp_name'], 351 $col, 352 constant($item['size_const_type']), 353 $item['mb_convert_kana_option'], 354 $arrErrorCheckTypes, 355 $item['default'], 356 $item['rw_flg'] != CSV_COLUMN_RW_FLG_READ_ONLY 357 357 ); 358 358 } … … 674 674 $arrErr['product_class_id'] = '※ 商品規格ID指定時には商品IDの指定が必須です。'; 675 675 } else { 676 if (!$this->objDb->sfIsRecord('dtb_products_class', 'product_id, product_class_id' 677 ,array($item['product_id'], $item['product_class_id']))676 if (!$this->objDb->sfIsRecord('dtb_products_class', 'product_id, product_class_id', 677 array($item['product_id'], $item['product_class_id'])) 678 678 ) { 679 679 $arrErr['product_class_id'] = '※ 指定の商品IDと商品規格IDの組合せは正しくありません。'; -
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php
r23496 r23506 323 323 // パラメーター登録 324 324 $objFormParam->addParam( 325 $item['disp_name'] 326 , $col327 , constant($item['size_const_type'])328 , $item['mb_convert_kana_option']329 , $arrErrorCheckTypes330 , $item['default']331 ,$item['rw_flg'] != CSV_COLUMN_RW_FLG_READ_ONLY325 $item['disp_name'], 326 $col, 327 constant($item['size_const_type']), 328 $item['mb_convert_kana_option'], 329 $arrErrorCheckTypes, 330 $item['default'], 331 $item['rw_flg'] != CSV_COLUMN_RW_FLG_READ_ONLY 332 332 ); 333 333 }
Note: See TracChangeset
for help on using the changeset viewer.
