Changeset 16742 for branches/hackathon-pointonoff/data/class
- Timestamp:
- 2007/11/08 12:27:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hackathon-pointonoff/data/class/pages/admin/total/LC_Page_Admin_Total.php
r16582 r16742 643 643 $objQuery->setGroupBy("order_sex"); 644 644 645 $tmp_where = $where . " AND customer_id <> 0 AND del_flg = 0 ";645 $tmp_where = $where . " AND customer_id <> 0 AND del_flg = 0 AND status <> " . ORDER_CANCEL;; 646 646 $arrRet = $objQuery->select($col, $from, $tmp_where, $arrval); 647 647
Note: See TracChangeset
for help on using the changeset viewer.