From 945ea8f4efde0e40e0ab22f0f3dd3fd6e73002a8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 11 Jun 2013 17:05:45 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=94=EB=A1=9C=EA=B5=AC=EB=A7=A4=EC=8B=9C?= =?UTF-8?q?=20=EC=83=81=ED=92=88=EC=BF=A0=ED=8F=B0=20=EB=85=B8=EC=B6=9C?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=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 2ba6e7def..eaea65c6e 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -707,7 +707,7 @@ $(function() { $.post( "./orderitemcoupon.php", - { it_id: it_id }, + { it_id: it_id, sw_direct: "" }, function(data) { $cp_btn_el.after(data); }