Skip to content
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

SalesItemLineDetail.ServiceDate populates with undesired value #357

Open
EgorChernik opened this issue May 23, 2024 · 1 comment
Open

SalesItemLineDetail.ServiceDate populates with undesired value #357

EgorChernik opened this issue May 23, 2024 · 1 comment

Comments

@EgorChernik
Copy link

I faced an unexpected behavior:
Invoice.Line[0..n].SalesItemLineDetail.ServiceDate obtains weird value "9999-12-31"

I'm using version 0.9.7
When I create an invoice using this library I don't specify any value in ServiceDate in my Line items.
And it creates without any issue and shows invoice in UI correctly

Magic happens when I update something (in my particular case Invoice.TxnTaxDetail.TxnTaxCodeRef.value)
It populates ServiceDate under the hood in all SalesItemLineDetail lines which I think is incorrect.

@ej2
Copy link
Owner

ej2 commented Jul 9, 2024

Can you try updating the Invoice.TxnTaxDetail.TxnTaxCodeRef.value through the API Explorer and see if it also populates the ServiceDate with "9999-12-31"?

Also, could you post example to reproduce the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants