Changes
- Fixes BS Javascript turning nulls into empty strings for unknown reasons for the
soldPrice
andpurchasePrice
before passing to the API causing save errors. We now explicitly set them to0
values if they are empty to prevent this weird behavior.
Full Changelog: v0.15.1...v0.15.2