결제현황>취소/환불요청 :

2차 환불 신청 시 신용카드 결제일 경우 통장사본 필수값 해지
This commit is contained in:
lch 2021-07-12 09:32:09 +00:00
parent daf31fe840
commit 4c887f91e8
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@
function save3() {
if ($("#chkrefund:checked").length < 1) { msg("환불규정에 동의 후 요청해주세요."); }
else if ($("#file2").val() == "") { msg("환불신청서를 등록해주세요."); }
else if ($("#file3").val() == "") { msg("통장사본을 등록해주세요."); }
else if ($("#ptype").val() != 1 && $("#file3").val() == "") { msg("통장사본을 등록해주세요."); }
else {
confirmtoggle(true, "환불요청하시겠습니까?", "gogo3()");
}