Price of 0 is treated as not having set a price. #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a note, I'm noticing that sets/parts with a zero price assigned don't show a price later; it's as though they weren't assigned a price at all. I use this for gifts with purchases, etc, that didn't have an explicit cost.
I'll be checking out that 1.4.1 build sometime later on tomorrow.
Fixed in the upcoming 1.4.1 release. There were actually several places where 0 was being treated wrong (the badge display, the management input fields, the inline price editor, and the statistics range calculation).
All replaced with explicit None checks so $0.00 is treated as a real price throughout. Thanks for the report!
You can test it using the
pre-1.4.1docker tag.Confirmed fixed!