-
-
Notifications
You must be signed in to change notification settings - Fork 184
Description
i have an invoice with InvoiceReferencedDocument inlcuding
- IssuerAssignedID
- FormattedIssueDateTime
when i try to import this document the invoiceReferencedDocumentID will be extracted but not the invoiceReferencedIssueDate
this is the stacktrace:
org.mustangproject.ZUGFeRD.ZUGFeRDInvoiceImporter#extractInvoice
-> org.mustangproject.ZUGFeRD.ZUGFeRDInvoiceImporter#extractInto
...
[line: 898]
zpp.setInvoiceReferencedDocumentID(extractString("//[local-name()="InvoiceReferencedDocument"]/[local-name()="IssuerAssignedID"]|//[local-name()="BillingReference"]/[local-name()="InvoiceDocumentReference"]/*[local-name()="ID"]"));
...
it looks like there is missing something like:
zpp.setInvoiceReferencedIssueDate(extractString("//[local-name()="InvoiceReferencedDocument"]/[local-name()="FormattedIssueDateTime"]|.......);
mustangProject Version: 2.16.4