Changeset 2019 for temp/trunk
- Timestamp:
- 2006/08/26 10:29:16 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product_class.php
r2018 r2019 194 194 $col.= "product_class_id, product_id, T1_classcategory_id AS classcategory_id1, T2_classcategory_id AS classcategory_id2, "; 195 195 $col.= "product_code, stock, stock_unlimited, sale_limit, price01, price02, status"; 196 $col.= " ,(SELECT name FROM dtb_products AS prd WHERE prd.product_id = T3.product_id) ";196 $col.= " ,(SELECT name FROM dtb_products AS prd WHERE prd.product_id = T3.product_id) as product_name"; 197 197 198 198 $sql = "SELECT $col FROM ";
Note: See TracChangeset
for help on using the changeset viewer.
