From 18f86bbe4baa0fca27959aba2d4e0161b8dd81a4 Mon Sep 17 00:00:00 2001 From: lch Date: Tue, 18 May 2021 07:02:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=91=A0=20=EC=98=A8=EB=9D=BC=EC=9D=B8/?= =?UTF-8?q?=ED=98=BC=ED=95=A9=20=E2=91=A1=20=EC=86=8C=EC=86=8D=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EC=97=90=EC=84=9C=20=EC=97=85=EC=B2=B4=EB=A5=BC=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=ED=96=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=E2=91=A2=20=EB=AC=B4=ED=86=B5=EC=9E=A5=EC=9E=85=EA=B8=88=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=ED=96=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ==> 계산서 발급 선택지 추가 (계산서 or 현금영수증) --- FO/Views/Course/ApplyPay.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/Course/ApplyPay.cshtml b/FO/Views/Course/ApplyPay.cshtml index 937afe3..0f52469 100644 --- a/FO/Views/Course/ApplyPay.cshtml +++ b/FO/Views/Course/ApplyPay.cshtml @@ -99,7 +99,7 @@ {
  • } - @if ((Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 1) || (Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 0 && !String.IsNullOrEmpty(Model.PPLog.asname))) + @if ((Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 1) || (Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 0 && !String.IsNullOrEmpty(Model.PPLog.asname))|| (Model.PPLog.cshape != 1 && !String.IsNullOrEmpty(Model.PPLog.asname))) {
  • }