Changeset 2602 for temp/trunk/html/admin/order
- Timestamp:
- 2006/08/29 12:49:05 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/order/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/order/edit.php
r2601 r2602 279 279 // ¼õÃí¥Æ¡¼¥Ö¥ë¤Î¹¹¿· 280 280 $objQuery->update("dtb_order", $sqlval, $where, array($order_id), $addcol); 281 281 /* 282 282 $sql = ""; 283 283 $sql .= " UPDATE"; … … 289 289 $arrUpdData = array($sqlval['payment_id'], $sqlval['deliv_time_id'], $order_id, $order_id); 290 290 $objQuery->query($sql, $arrUpdData); 291 291 */ 292 292 // ¼õÃí¾ÜºÙ¥Ç¡¼¥¿¤Î¹¹¿· 293 293 $arrDetail = $objFormParam->getSwapArray(array("product_id", "product_code", "product_name", "price", "quantity", "point_rate", "classcategory_id1", "classcategory_id2", "classcategory_name1", "classcategory_name2"));
Note: See TracChangeset
for help on using the changeset viewer.
