-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
account_invoice_import_invoice2data unable to import multiline invoices #568
Comments
@alexis-via Can you check? |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
I'm still working on this. New release of invoice2data is coming. Once it is published, will update the pr's by adding tests |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
gh actions marked this one as completed. Yet, #573 is not merged yet. |
account_invoice_import_invoice2data
unable to import multiline invoices
When importing an multiline invoice which get parsed with the invoice2data module.
The error occurs:
(Error message could be imporved but that's beside the point)
Affected versions: 14.0 (might occur in other versions as well)
Expected behavior
The invoice should be imported with the multiline method.
Additional context
It is propably caused by this commit:
ab59468
Which strips away the lines data in the response of the invoice2data library.
(clean up of result is ok, but we do not want to loose data multiline, description, notes and so on.)
To Reproduce
Steps to reproduce the behavior:
Multiline no product
(nline no product)The text was updated successfully, but these errors were encountered: