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; }