[Svn-src-all:4280] [version-2_13_0 23194] #2344 1行目コピー処理に税率をコピーする処理を追加しました。
m_uehara
admin @ mail.ec-cube.net
2013年 9月 9日 (月) 10:25:13 JST
Subversion committed to /home/svn/open 23194
http://svn.ec-cube.net/open_trac/changeset/23194
┌────────────────────────────┐
│更新者 : m_uehara │
│更新日時: 2013-09-09 10:25:12 +0900 (月, 09 9月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2344 1行目コピー処理に税率をコピーする処理を追加しました。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13_0/data/Smarty/templates/admin/products/product_class.tpl
変更: branches/version-2_13_0/data/Smarty/templates/admin/products/product_class.tpl
===================================================================
--- branches/version-2_13_0/data/Smarty/templates/admin/products/product_class.tpl 2013-09-06 09:39:57 UTC (rev 23193)
+++ branches/version-2_13_0/data/Smarty/templates/admin/products/product_class.tpl 2013-09-09 01:25:12 UTC (rev 23194)
@@ -85,6 +85,9 @@
var price02 = $('#price02_0').val();
$('input[id^=price02_]').val(price02);
+ var tax_rate = $('#tax_rate_0').val();
+ $('input[id^=tax_rate_]').val(tax_rate);
+
var product_type_id_value = '';
$('input[id^=product_type_id_0_]').each(function() {
if ($(this).attr('checked')) {
Svn-src-all メーリングリストの案内