|
@@ -2354,7 +2354,6 @@ var custCpnSumAmtCal = function() {
|
|
|
savePntAmt1 = parseInt(realOrdAmt2 * (pntMrate/100));
|
|
savePntAmt1 = parseInt(realOrdAmt2 * (pntMrate/100));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// 2021.05.27 적립포인트 설정
|
|
// 2021.05.27 적립포인트 설정
|
|
|
$("#orderForm #orderListInfo .orderListSavePntDcAmt").each(function(){
|
|
$("#orderForm #orderListInfo .orderListSavePntDcAmt").each(function(){
|
|
|
var orderListCartSq = $(this).parent().find("input[name=cartSq]").val();
|
|
var orderListCartSq = $(this).parent().find("input[name=cartSq]").val();
|