-
Notifications
You must be signed in to change notification settings - Fork 27
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 Code format error #69
Comments
This also affects credit_note, invoice and so essentially corrupts the data import. |
Our team is working on a PR to fix this here: #70 |
Thanks @briansloane! |
@sminnee The PR has been merged. Please try it out and see if it has resolved the issue. |
Will do. I normally use it via StitchData; will you be pushing a 2.0.1 soon or did you want me to test first? |
Hi there — I have confirmed that this works! 🎉 Specifically, I checked:
I look forward to a 2.0.1 release on the StitchData servers 😄 🙏 |
Looks like this has been released in 2.0.1, closing this issue. |
Thanks, I'm doing a resync on stitchdata now; I'll raise a new ticket if I see any other issues. |
The Code field of Account has started being misinterpreted as a date.
For example:
Was:
272
Now:
0272-10-27T00:00:00.000000Z
The value is still being saved into a string field in the database, though.
The text was updated successfully, but these errors were encountered: