Build: #69 was successful
Job: Default Job was successful
Code commits
OpenBoxes (Grails 3)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> b783ad3e7f0f0fc3554ad3252f7dac6216a8e0d4
OBGM-695 Improve content of error message when try to delete bin with inventory (#4272)
* OBGM-695 Add handling errors when deleting locations
* OBGM-695 Change exception type to DataIntegrityViolationException -
Dariusz Rodzewicz <DRodzewicz@gmail.com> c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d
OBGM-687 price and package issue in product source import (#4271)
* OBGM-687 Change default value of a product package price on product source import
add database migration to remove package price FK for records that don't exist
* OBGM-687 Hide price currency if price is null
* OBGM-687 Fixes after review
- change changelog migration name
- add comment explaining the migration
- allow cratation of productPackages with null productPrice (remove default value 0)
- do not render currency when productPrice is null on productSupplier tabs
* OBGM-687 Add an empty option on parent category select- grails-app/migrations/0.9.x/changelog-2023-09-08-1340-remove-product-price-fk-on-product-package-pointing-to-non-existing-record.xml (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)
- grails-app/migrations/0.9.x/changelog.xml (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)
- grails-app/services/org/pih/warehouse/data/ProductSupplierDataService.groovy (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)
- grails-app/views/category/edit.gsp (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)
- grails-app/views/inventoryItem/_showSuppliers.gsp (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)
- grails-app/views/product/_productPackages.gsp (version c8a859d7dbc1fb2ad75dfed6fe455da4022cb17d) (diffs)