Changeset 16744


Ignore:
Timestamp:
2007/11/08 12:33:59 (16 years ago)
Author:
satou
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hackathon-pointonoff/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r16743 r16744  
    654654 
    655655        // 非会員集計の取得 
    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; 
    657657        $arrRet = $objQuery->select($col, $from, $tmp_where, $arrval); 
    658658        // 非会員購入であることを記録する。 
Note: See TracChangeset for help on using the changeset viewer.