From 22177a7819db805b3ac61485bbe10c68044541ce Mon Sep 17 00:00:00 2001 From: iyak Date: Mon, 17 Feb 2025 05:15:49 +0000 Subject: [PATCH] =?UTF-8?q?6523.=20=EA=B3=BC=EC=A0=9C=EC=B2=B4=EC=B6=9C?= =?UTF-8?q?=EC=95=88=EB=82=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B2=A8?= =?UTF-8?q?=EB=B6=80=ED=8C=8C=EC=9D=BC=20=EC=98=81=EC=97=AD=20=EC=88=A8?= =?UTF-8?q?=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CRoom/EstimationSubject.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FO/Views/CRoom/EstimationSubject.cshtml b/FO/Views/CRoom/EstimationSubject.cshtml index 8586659..53474bd 100644 --- a/FO/Views/CRoom/EstimationSubject.cshtml +++ b/FO/Views/CRoom/EstimationSubject.cshtml @@ -25,7 +25,8 @@ @Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "
")) - @if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0) + @* // [start] pms 6523 - 양식파일 삭제처리 요청 건 *@ + @*@if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0) { @@ -35,7 +36,8 @@ } - } + }*@ + @* // [end] pms 6523 - 양식파일 삭제처리 요청 건 *@