Changeset 16744 for branches/hackathon-pointonoff/data/class
- Timestamp:
- 2007/11/08 12:33:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hackathon-pointonoff/data/class/pages/admin/total/LC_Page_Admin_Total.php
r16743 r16744 654 654 655 655 // 非会員集計の取得 656 $tmp_where = $where . " AND customer_id = 0 AND del_flg = 0 ";656 $tmp_where = $where . " AND customer_id = 0 AND del_flg = 0 AND status <> " . ORDER_CANCEL; 657 657 $arrRet = $objQuery->select($col, $from, $tmp_where, $arrval); 658 658 // 非会員購入であることを記録する。
Note: See TracChangeset
for help on using the changeset viewer.