From d5c6b698430f4478e1be4e6f9128fb43b7ecd537 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 10 Sep 2013 16:31:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EC=9E=90=EA=B2=B0=EC=A0=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EA=B8=88=EC=95=A1=20?= =?UTF-8?q?=EC=9E=AC=20=EC=9E=85=EB=A0=A5=20=ED=9B=84=20=EA=B2=B0=EC=A0=9C?= =?UTF-8?q?=20=EA=B8=88=EC=95=A1=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index ca9f71026..ba900f70d 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -1239,7 +1239,7 @@ function kcp_approval() return false; // pg 결제 금액에서 포인트 금액 차감 - if(settle_method != "무통장" && temp_point > 0) { + if(settle_method != "무통장") { var od_amount = parseInt(pf.od_amount.value); var send_cost = parseInt(pf.od_send_cost.value); var send_cost2 = parseInt(pf.od_send_cost2.value);