From 6a9576341fe8065394cc84707e814b446b4c67cb Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 9 Nov 2021 23:49:49 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=9B=84=EC=88=9C=20=EC=A0=95=EB=A6=AC=20-=20{229}=20Base/Popb?= =?UTF-8?q?ill/PopbillService.cs=20=EC=9E=85=EB=A0=A5=EB=90=9C=20=EA=B8=B0?= =?UTF-8?q?=EC=9E=AC=EC=82=AC=ED=95=AD=20=EB=B9=84=EA=B3=A0=EB=9E=80?= =?UTF-8?q?=EC=97=90=20=EC=9E=85=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Popbill/PopbillService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Popbill/PopbillService.cs b/Base/Popbill/PopbillService.cs index 6e9ecf3..1a09408 100644 --- a/Base/Popbill/PopbillService.cs +++ b/Base/Popbill/PopbillService.cs @@ -147,7 +147,7 @@ namespace NP.Base.Popbill detail.unitCost = payItem.payamt.ToString(); // 단가 detail.supplyCost = payItem.payamt.ToString(); // 공급가액 detail.tax = "0"; // 세액 - detail.remark = ""; // 비고 + detail.remark = payTax.taxinfo; // 비고 taxinvoice.detailList.Add(detail); ++serialNum; }