- Timestamp:
- 2014/07/18 17:56:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/helper/SC_Helper_Mail.php
r23574 r23576 219 219 $col = 's_i.*, tax_rate, tax_rule'; 220 220 $from = 'dtb_shipment_item AS s_i JOIN dtb_order_detail AS o_d 221 USING(order_id, product_class_id)';222 $where = 'o rder_id = ? AND shipping_id = ?';221 ON s_i.order_id = o_d.order_id AND s_i.product_class_id = o_d.product_class_id'; 222 $where = 'o_d.order_id = ? AND shipping_id = ?'; 223 223 $arrWhereVal = array($order_id, $arrRet[$key]['shipping_id']); 224 224 $objQuery->setOrder('order_detail_id');
Note: See TracChangeset
for help on using the changeset viewer.
