Changeset 21582 for branches/version-2_12-dev/data/class/pages/admin/order
- Timestamp:
- 2012/03/04 04:20:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r21549 r21582 768 768 // 商品規格IDが指定されていない場合、例外エラーを発生 769 769 if (strlen($product_class_id) === 0) { 770 SC_Utils_Ex::sfDispException('商品規格指定なし');770 trigger_error('商品規格指定なし', E_USER_ERROR); 771 771 } 772 772 … … 793 793 // 一致する商品規格がない場合、例外エラーを発生 794 794 if (empty($arrProduct)) { 795 SC_Utils_Ex::sfDispException('商品規格一致なし');795 trigger_error('商品規格一致なし', E_USER_ERROR); 796 796 } 797 797
Note: See TracChangeset
for help on using the changeset viewer.
