[Svn-src-all:4263] [version-2_13_0 23177] #2258 規格のある商品の商品コードがひとつしか表示されないバグを修正

h_yoshimoto admin @ mail.ec-cube.net
2013年 9月 2日 (月) 16:55:27 JST


Subversion committed to /home/svn/open 23177
http://svn.ec-cube.net/open_trac/changeset/23177
┌────────────────────────────┐
│更新者 :  h_yoshimoto                                  │
│更新日時:  2013-09-02 16:55:27 +0900 (月, 02  9月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2258 規格のある商品の商品コードがひとつしか表示されないバグを修正

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_13_0/data/Smarty/templates/admin/products/product.tpl

変更: branches/version-2_13_0/data/Smarty/templates/admin/products/product.tpl
===================================================================
--- branches/version-2_13_0/data/Smarty/templates/admin/products/product.tpl	2013-08-31 14:34:53 UTC (rev 23176)
+++ branches/version-2_13_0/data/Smarty/templates/admin/products/product.tpl	2013-09-02 07:55:27 UTC (rev 23177)
@@ -441,7 +441,11 @@
                 <input type="checkbox" name="<!--{$key}-->" value="1" />削除<br />
                 <!--{assign var=key value="recommend_comment`$smarty.section.cnt.iteration`"}-->
                 <span class="attention"><!--{$arrErr[$key]}--></span>
-                商品コード:<!--{$arrRecommend[$recommend_no].product_code_min}--><br />
+                商品コード:<!--{$arrRecommend[$recommend_no].product_code_min}--> 
+                <!--{if $arrRecommend[$recommend_no].product_code_min != $arrRecommend[$recommend_no].product_code_max}--> 
+                    〜 <!--{$arrRecommend[$recommend_no].product_code_max}--> 
+                <!--{/if}--> 
+                <br /> 
                 商品名:<!--{$arrRecommend[$recommend_no].name|h}--><br />
                 <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{"\n"}--><!--{$arrRecommend[$recommend_no].comment|h}--></textarea><br />
                 <span class="attention"> (上限<!--{$smarty.const.LTEXT_LEN}-->文字)</span>




Svn-src-all メーリングリストの案内