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); }