Changeset 19471


Ignore:
Timestamp:
2010/11/07 03:16:24 (13 years ago)
Author:
kishik
Message:

商品一覧での変更処理において、規格が設定された商品は無視するように変更。

Location:
branches/camp/camp-2_5-C/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl

    r19439 r19471  
    237237      <!--{* 価格 *}--> 
    238238      <td rowspan="2" class="right"> 
    239         <!--{if $arrProducts[cnt].price02_min != $arrProducts[cnt].price02_max}--> 
     239        <!--{if $arrProducts[cnt].class_count != 1}--> 
    240240          <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 
    241241        <!--{else}--> 
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r19353 r19471  
    367367                    default: 
    368368                        // 読み込む列とテーブルの指定 
    369                         $col = "product_id, name, main_list_image, status, product_code_min, product_code_max, price02_min, price02_max, stock_min, stock_max, stock_unlimited_min, stock_unlimited_max, update_date"; 
     369                        $col = "product_id, name, main_list_image, status, product_code_min, product_code_max, price02_min, price02_max, stock_min, stock_max, stock_unlimited_min, stock_unlimited_max, update_date, class_count"; 
    370370                        $from = $objProduct->alldtlSQL(); 
    371371 
Note: See TracChangeset for help on using the changeset viewer.