improved profile handling, corrected test

This commit is contained in:
Jochen Stärk
2020-09-29 21:04:52 +02:00
parent d1b16f6b4d
commit b707559507
3 changed files with 8 additions and 6 deletions

View File

@@ -43,7 +43,6 @@ public class Invoice implements IExportableTransaction {
Charges = new ArrayList<IZUGFeRDAllowanceCharge>(), LogisticsServiceCharges = new ArrayList<IZUGFeRDAllowanceCharge>();
protected IZUGFeRDTradeSettlement[] getTradeSettlement = null;
protected IZUGFeRDPaymentTerms paymentTerms = null;
private Profile profile;
public Invoice() {