Changeset 21355 for branches/version-2_11-dev/data/class/pages/admin/order
- Timestamp:
- 2011/11/25 11:46:28 (15 years ago)
- Location:
- branches/version-2_11-dev/data/class/pages/admin/order
- Files:
-
- 2 edited
-
LC_Page_Admin_Order_Disp.php (modified) (1 diff)
-
LC_Page_Admin_Order_Edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Disp.php
r21231 r21355 210 210 $objFormParam->addParam("備考", 'message'); 211 211 $objFormParam->addParam("入金日", "payment_date"); 212 $objFormParam->addParam(" アクセス端末", "device_type_id");212 $objFormParam->addParam("端末種別", "device_type_id"); 213 213 214 214 // 複数情報 -
branches/version-2_11-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r21331 r21355 342 342 $objFormParam->addParam("備考", 'message'); 343 343 $objFormParam->addParam("入金日", "payment_date"); 344 $objFormParam->addParam(" アクセス端末", "device_type_id");344 $objFormParam->addParam("端末種別", "device_type_id"); 345 345 346 346 // 複数情報
Note: See TracChangeset
for help on using the changeset viewer.
