Closed bvschie closed 3 years ago
InvoiceDescriptor21Writer.cs Save -> was ReceivableSpecifiedTradeAccountingAccount
if (descriptor.Profile == Profile.XRechnung1 || descriptor.Profile == Profile.XRechnung && tradeLineItem.ReceivableSpecifiedTradeAccountingAccounts.Count > 0)
-> think need to change into:
if ((descriptor.Profile == Profile.XRechnung1 || descriptor.Profile == Profile.XRechnung) && tradeLineItem.ReceivableSpecifiedTradeAccountingAccounts.Count > 0)
you are right, thanks
InvoiceDescriptor21Writer.cs Save -> was ReceivableSpecifiedTradeAccountingAccount
-> think need to change into: