no message

main
이범준 4 months ago
parent 5e90dd4135
commit 2ed7e10518

@ -346,7 +346,9 @@
return;
}
if(remarks != "사전등록결제요청" && !remarks.startsWith("사전등록결제요청,")){
if(remarks != "사전등록결제요청"
&& !remarks.startsWith("사전등록결제요청,")
&& !remarks.endsWith("사전등록결제요청")){
alert("미납처리 대상자가 아닙니다.");
return;
}

Loading…
Cancel
Save