Changeset 22537 for branches/version-2_12-dev/data/class/pages/admin/order
- Timestamp:
- 2013/02/13 18:15:46 (13 years ago)
- Location:
- branches/version-2_12-dev/data/class/pages/admin/order
- Files:
-
- 4 edited
-
LC_Page_Admin_Order.php (modified) (1 diff)
-
LC_Page_Admin_Order_Disp.php (modified) (1 diff)
-
LC_Page_Admin_Order_Edit.php (modified) (1 diff)
-
LC_Page_Admin_Order_Status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php
r22522 r22537 71 71 72 72 // 支払い方法の取得 73 $this->arrPayments = SC_Helper_ DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');73 $this->arrPayments = SC_Helper_Payment_Ex::getIDValueList(); 74 74 75 75 $this->httpCacheControl('nocache'); -
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Disp.php
r22218 r22537 89 89 90 90 // 支払い方法の取得 91 $this->arrPayment = SC_Helper_ DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');91 $this->arrPayment = SC_Helper_Payment_Ex::getIDValueList(); 92 92 93 93 // 配送業者の取得 -
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r22493 r22537 108 108 109 109 // 支払い方法の取得 110 $this->arrPayment = SC_Helper_ DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');110 $this->arrPayment = SC_Helper_Payment_Ex::getIDValueList(); 111 111 112 112 // 配送業者の取得 -
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Status.php
r22306 r22537 85 85 86 86 //支払方法の取得 87 $this->arrPayment = $objDb->sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');87 $this->arrPayment = SC_Helper_Payment_Ex::getIDValueList(); 88 88 89 89 switch ($this->getMode()) {
Note: See TracChangeset
for help on using the changeset viewer.
