From e7ea824994b628bd50998125a630a0a5ea08d8fc Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 19 Jun 2013 09:13:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90=EC=84=9C?= =?UTF-8?q?=20good=5Fmny=20=EA=B0=92=20=EC=84=A4=EC=A0=95=20sm=5Fform=20?= =?UTF-8?q?=EC=97=90=EB=A7=8C=20=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index f97723fb9..9461d613f 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -1079,7 +1079,7 @@ function calculate_order_amount() var send_cost2 = parseInt($("input[name=od_send_cost2]").val()); var tot_amount = sell_amount + send_cost + send_cost2; - $("input[name=good_mny]").val(tot_amount); + $("form[name=sm_form] input[name=good_mny]").val(tot_amount); $("#od_tot_amount").text(number_format(String(tot_amount))); 0 && $is_member) { ?> calculate_temp_point();