From ce459225b6c4642fd56697ad14f5beeb5198befc Mon Sep 17 00:00:00 2001 From: iyak Date: Mon, 16 Jun 2025 02:59:57 +0000 Subject: [PATCH] =?UTF-8?q?7022=20=EC=B6=94=EA=B0=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cm/cmregeduschedule.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BO/Views/cm/cmregeduschedule.cshtml b/BO/Views/cm/cmregeduschedule.cshtml index a6d87f7..5181f9b 100644 --- a/BO/Views/cm/cmregeduschedule.cshtml +++ b/BO/Views/cm/cmregeduschedule.cshtml @@ -272,6 +272,7 @@ if (check("idate", null, "교육종료일을 입력해주세요.", true)) { return; } + @* else { if (!_isonline) { // 혼합교육 if (val("isth") == "") { focus("isth"); msg2("교육종료시간을 확인해주세요."); return; } @@ -282,6 +283,7 @@ else if (getint(val("isth")) == getint(val("ieth")) && getint(val("istm")) > getint(val("ietm"))) { focus("ieth"); msg2("교육종료시간을 확인해주세요(종료시간이 더 빠름)"); return;} } } + *@ var date = getv("idate"); var isth = getv("isth");