|
@@ -530,8 +530,7 @@
|
|
|
***************************************************************************/
|
|
|
scwin.grdSearch = function() {
|
|
|
if (udcYm.getValue() == "") {
|
|
|
- commLib.getAlertAfterProc(commLib.getMessage("valid.0111", "기준년월",
|
|
|
- "선택"), "데이터확인", "V", "", "");
|
|
|
+ commLib.getAlertAfterProc(commLib.getMessage("valid.0111", "기준년월", "선택"), "데이터확인", "V", "", "");
|
|
|
return;
|
|
|
}
|
|
|
|