From a74369e796a62359d7244601cc1e9d5798dc4b26 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 29 Sep 2014 10:57:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EA=B2=B0=EC=A0=9C=20=EA=B8=88=EC=95=A1=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index fd0a6c83c..e801a646d 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -1303,7 +1303,6 @@ function orderfield_check(f) // 결제체크 function payment_check(f) { - var temp_point = 0; var max_point = 0; var od_price = parseInt(f.od_price.value); var send_cost = parseInt(f.od_send_cost.value);