From daf31fe840a597e789dca6b45fdfbaddcb2d23ae Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 12 Jul 2021 09:23:19 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B5=90=EC=9C=A1=EC=8B=A0=EC=B2=AD>=EA=B5=90?= =?UTF-8?q?=EC=9C=A1=EB=B9=84=20=EA=B2=B0=EC=A0=9C=20:=20=EA=B3=84?= =?UTF-8?q?=EC=82=B0=EC=84=9C=20=EB=B0=9C=ED=96=89=20=EC=8B=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=EA=B0=92=20=EC=98=81=EC=88=98=EB=A1=9C=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Controllers/FOBaseController.cs | 2 +- FO/Views/Course/ApplyPay.cshtml | 4 ++-- Model/PPLog.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FO/Controllers/FOBaseController.cs b/FO/Controllers/FOBaseController.cs index 25c2440..417d94f 100644 --- a/FO/Controllers/FOBaseController.cs +++ b/FO/Controllers/FOBaseController.cs @@ -681,7 +681,7 @@ namespace NP.FO.Controllers payTax.manname = vm.PPLog.mname; payTax.telno = vm.PPLog.mphone; payTax.email = vm.PPLog.taxemail; - payTax.isreceipt = vm.PPLog.isreceipt; //0:청구, 1:영수 + payTax.isreceipt = vm.PPLog.isreceipt.Value; //0:청구, 1:영수 payTax.taxdatereq = vm.PPLog.taxdatereq; payTax.brno = (payTax.brno ?? "").Replace("-", ""); payTax.grno = (payTax.grno ?? "").Replace("-", ""); diff --git a/FO/Views/Course/ApplyPay.cshtml b/FO/Views/Course/ApplyPay.cshtml index eb9fea6..385fe53 100644 --- a/FO/Views/Course/ApplyPay.cshtml +++ b/FO/Views/Course/ApplyPay.cshtml @@ -107,8 +107,8 @@ } diff --git a/Model/PPLog.cs b/Model/PPLog.cs index 38b9aba..a9c7aab 100644 --- a/Model/PPLog.cs +++ b/Model/PPLog.cs @@ -66,7 +66,7 @@ namespace NP.Model /// /// 영수,청구구분 0:청구, 1:영수 /// - public int isreceipt { get; set; } + public int? isreceipt { get; set; } /// /// 발행요청일 ///