Changeset 13353 for branches/beta
- Timestamp:
- 2007/05/24 10:17:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/admin/total/index.php
r12165 r13353 623 623 list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 624 624 625 $where .= " and del_flg=0 and status <> " . ORDER_CANCEL; 626 625 627 $sql = "SELECT T1.product_id, T1.product_code, T1.product_name as name, T1.products_count, T1.order_count, T1.price, T1.total "; 626 628 $sql.= "FROM ( ";
Note: See TracChangeset
for help on using the changeset viewer.