#209 결제할인 쿠폰 스크립트에서 sendcost 제거
This commit is contained in:
@ -780,7 +780,6 @@ $(function() {
|
|||||||
$("#od_coupon_frm").remove();
|
$("#od_coupon_frm").remove();
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
var amount = parseInt($("input[name=org_od_amount]").val());
|
var amount = parseInt($("input[name=org_od_amount]").val());
|
||||||
var send_cost = parseInt($("input[name=org_send_cost]").val());
|
|
||||||
$.post(
|
$.post(
|
||||||
"./ordercoupon.php",
|
"./ordercoupon.php",
|
||||||
{ amount: amount },
|
{ amount: amount },
|
||||||
|
|||||||
@ -988,7 +988,6 @@ $(function() {
|
|||||||
$("#od_coupon_frm").remove();
|
$("#od_coupon_frm").remove();
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
var amount = parseInt($("input[name=org_od_amount]").val());
|
var amount = parseInt($("input[name=org_od_amount]").val());
|
||||||
var send_cost = parseInt($("input[name=org_send_cost]").val());
|
|
||||||
$.post(
|
$.post(
|
||||||
"./ordercoupon.php",
|
"./ordercoupon.php",
|
||||||
{ amount: amount },
|
{ amount: amount },
|
||||||
|
|||||||
Reference in New Issue
Block a user