From a22c520ba72ca1110eb409d58798130e7ba8eb56 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 11 Jun 2013 11:48:10 +0900 Subject: [PATCH] =?UTF-8?q?#209=20=EA=B2=B0=EC=A0=9C=ED=95=A0=EC=9D=B8=20?= =?UTF-8?q?=EC=BF=A0=ED=8F=B0=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8?= =?UTF-8?q?=EC=97=90=EC=84=9C=20sendcost=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 1 - shop/orderform.php | 1 - 2 files changed, 2 deletions(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index d9695da91..2ba6e7def 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -780,7 +780,6 @@ $(function() { $("#od_coupon_frm").remove(); var $this = $(this); var amount = parseInt($("input[name=org_od_amount]").val()); - var send_cost = parseInt($("input[name=org_send_cost]").val()); $.post( "./ordercoupon.php", { amount: amount }, diff --git a/shop/orderform.php b/shop/orderform.php index 2163f6507..b036c67f4 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -988,7 +988,6 @@ $(function() { $("#od_coupon_frm").remove(); var $this = $(this); var amount = parseInt($("input[name=org_od_amount]").val()); - var send_cost = parseInt($("input[name=org_send_cost]").val()); $.post( "./ordercoupon.php", { amount: amount },