From eaf9474336e3261f718ef2723fac291e91521883 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 9 Nov 2015 14:49:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=ED=8F=BC=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94=20=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.sub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/shop/orderform.sub.php b/mobile/shop/orderform.sub.php index d3b00d54d..f37e6e201 100644 --- a/mobile/shop/orderform.sub.php +++ b/mobile/shop/orderform.sub.php @@ -1398,6 +1398,7 @@ function payment_check(f) var send_cost = parseInt(f.od_send_cost.value); var send_cost2 = parseInt(f.od_send_cost2.value); var send_coupon = parseInt(f.od_send_coupon.value); + temp_point = 0; if (typeof(f.max_temp_point) != "undefined") var max_point = parseInt(f.max_temp_point.value);