From 04fe88b1093c80387f3e155c86ec261e956be74a Mon Sep 17 00:00:00 2001 From: hyunho Date: Fri, 11 Dec 2020 05:27:36 +0000 Subject: [PATCH] --- BO/Views/cm/cmreg.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BO/Views/cm/cmreg.cshtml b/BO/Views/cm/cmreg.cshtml index 1269340..4fa30ca 100644 --- a/BO/Views/cm/cmreg.cshtml +++ b/BO/Views/cm/cmreg.cshtml @@ -114,7 +114,7 @@
- 정회원 : @Html.TextBoxFor(m => m.CM.infee, new { @class = "form-control disp-init int text-right", @style = "width: 150px;", @maxlength = "12" }) + 수강료 : @Html.TextBoxFor(m => m.CM.infee, new { @class = "form-control disp-init int text-right", @style = "width: 150px;", @maxlength = "12" })
    비회원 : @Html.TextBoxFor(m => m.CM.outfee, new { @class = "form-control disp-init int text-right", @style = "width: 150px;", @maxlength = "12" })
    정원 : @Html.TextBoxFor(m => m.CM.quota, new { @class = "form-control disp-init int text-right", @style = "width: 150px;", @maxlength = "6" })