[Svn-src-all:4338] [version-2_13-dev 23252] #2432 (v2.13.0 管理画面:受注変更画面(複数配送)で、お届け先ごとの商品の「削除」ボタンの表示誤り)
dkazuto
admin @ mail.ec-cube.net
2013年 10月 24日 (木) 23:13:09 JST
Subversion committed to /home/svn/open 23252
http://svn.ec-cube.net/open_trac/changeset/23252
┌────────────────────────────┐
│更新者 : dkazuto │
│更新日時: 2013-10-24 23:13:09 +0900 (木, 24 10月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2432 (v2.13.0 管理画面:受注変更画面(複数配送)で、お届け先ごとの商品の「削除」ボタンの表示誤り)
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl
変更: branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl
===================================================================
--- branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl 2013-10-24 10:49:16 UTC (rev 23251)
+++ branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl 2013-10-24 14:13:09 UTC (rev 23252)
@@ -521,7 +521,7 @@
<!--{$arrShipping[$key1][$item_index]|h}-->/<!--{$arrShipping[$key2][$item_index]|default:"(なし)"|h}-->/<!--{$arrShipping[$key3][$item_index]|default:"(なし)"|h}-->
<br />
<a class="btn-normal" href="javascript:;" name="change" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$item_index}-->&order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$shipping_index}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a>
- <!--{if count($arrForm.quantity.value) > 1}-->
+ <!--{if $arrShipping.shipment_product_class_id|@count > 1}-->
<a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$item_index}-->, 'form1'); eccube.setValue('select_shipping_id', <!--{$shipping_index}-->, 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a>
<!--{/if}-->
</td>
Svn-src-all メーリングリストの案内