#209 결제할인 쿠폰 스크립트에서 sendcost 제거

This commit is contained in:
chicpro
2013-06-11 11:48:10 +09:00
parent ebe81fb3cc
commit a22c520ba7
2 changed files with 0 additions and 2 deletions

View File

@ -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 },

View File

@ -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 },