Ignore:
Timestamp:
2006/09/17 13:15:24 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/index.php

    r4817 r4842  
    581581    list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 
    582582     
    583     $sql = "SELECT product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total "; 
     583    $sql = "SELECT T1.product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total "; 
    584584    $sql.= "FROM ( "; 
    585585    $sql.= "SELECT product_id, product_code, price, "; 
Note: See TracChangeset for help on using the changeset viewer.