switch to new profiles (the old ones did not work)
This commit is contained in:
@@ -43,6 +43,7 @@ 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() {
|
||||
@@ -72,6 +73,7 @@ public class Invoice implements IExportableTransaction {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getNumber() {
|
||||
return number;
|
||||
@@ -482,4 +484,5 @@ public class Invoice implements IExportableTransaction {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user