2024-02-26 10:56 관리자 청소년 신청 정보 수정시 교육장소 체크 오류 수정
This commit is contained in:
parent
20a83afa3b
commit
5ca88ce657
@ -177,7 +177,8 @@ $( document ).ready(function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
if($("#eduPlace").val() == ''){
|
||||
if($("#eduPlace").val() == ''
|
||||
&& $("#eduPlaceCd").val() == ''){
|
||||
alert('교육장소를 입력해주세요.');
|
||||
$("#eduPlace").focus();
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user