Fixed location_id handling when FEATURE_FLAG_STOCK_LOCATION_TRACKING is disabled (fixes #532)

This commit is contained in:
Bernd Bestel
2020-01-31 21:27:51 +01:00
parent 170c7627fd
commit b8c6ac6905
7 changed files with 7 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
### Stock fixes
- Fixed purchase/consume/inventory problems when `FEATURE_FLAG_STOCK_LOCATION_TRACKING` was set to `false`
### Shopping list fixes
- Optimized the new compact view (there was a little too much white space at the sides of the page)