-
Notifications
You must be signed in to change notification settings - Fork 49
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
Purchase Price can not be empty when creating new stock item #538
Labels
bug
Something isn't working
Comments
@cbenhagen thanks for reporting - fix incoming in #539 |
Thanks @SchrodingersGat! #539 should solve the first part of this issue. I should have maybe created a second one for nullable fields defaulting to 0. When the dialog opens the field should default to an empty string if this is nullable right? |
SchrodingersGat
added a commit
that referenced
this issue
Sep 27, 2024
* Allow null values for decimal fields - fixes #538 * Update release notes * Fix initial value
@SchrodingersGat thanks again for the quick fix!! I just recompiled the app and it works as expected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating a new stock item the purchase price can not be empty and defaults to 0 which is not desirable.
Tested on latest master branch (6c0b3cc)
The text was updated successfully, but these errors were encountered: