Changeset 13352


Ignore:
Timestamp:
2007/05/24 10:15:24 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/index.php

    r13271 r13352  
    622622function lfGetOrderProducts($type, $sdate, $edate, $objPage, $graph = true, $mode = "") { 
    623623    list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 
     624     
     625    $where .= " and del_flg=0 and status <> " . ORDER_CANCEL; 
    624626     
    625627    $sql = "SELECT T1.product_id, T1.product_code, T1.product_name as name, T1.products_count, T1.order_count, T1.price, T1.total "; 
Note: See TracChangeset for help on using the changeset viewer.