카톡 발송 화면 오류 수정

This commit is contained in:
leejunho 2025-03-25 16:41:05 +09:00
parent dbe649e9e2
commit 49781a4f93

View File

@ -1228,7 +1228,7 @@ function checkNumber(event) {
//재전송 스크립트 수정
$(window).on('load', function() {
if("${msgResendAllFlag eq 'Y'}") {
if(${msgResendAllFlag eq 'Y'}) {
// 채널 ID 및 템플릿 선택 코드는 유지
$("#selectKakaoProfileList option").filter(function() {
return $(this).text() === '${kakaoVO.msgResendAllYellowId}';