<기능개선>

후순 정리 - {229}
Base/Popbill/PopbillService.cs
입력된 기재사항 비고란에 입력
This commit is contained in:
kdh0120 2021-11-09 23:49:49 +00:00
parent 4ba8d0a8cb
commit 6a9576341f
1 changed files with 1 additions and 1 deletions

View File

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