팩스발송 > 엑셀업로드 에러체크 수정

This commit is contained in:
hehihoho3@gmail.com 2024-12-13 10:10:24 +09:00
parent 2957e4ebd8
commit 16ca2b6723

View File

@ -387,7 +387,7 @@ function fn_faxDupl(objTabul) {
errors.push({
name: row.addrNm // 이름
, phone: row.addrFaxNo // 팩스번호
, result: "오류" // 결과 메시지 추가
, result: "중복" // 결과 메시지 추가
});
}
});