Ignore:
Timestamp:
2007/07/18 10:17:57 (17 years ago)
Author:
adati
Message:

relブランチのマージ(r12156-r15055)

File:
1 edited

Legend:

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

    r14676 r15056  
    625625    $where .= " and del_flg=0 and status <> " . ORDER_CANCEL; 
    626626     
    627     $where .= " and del_flg=0 and status <> " . ORDER_CANCEL; 
    628      
    629627    $sql = "SELECT T1.product_id, T1.product_code, T1.product_name as name, T1.products_count, T1.order_count, T1.price, T1.total "; 
    630628    $sql.= "FROM ( "; 
Note: See TracChangeset for help on using the changeset viewer.