Added new config.php setting for subdirectory base path (closes #568)

This commit is contained in:
Bernd Bestel
2020-03-06 20:41:00 +01:00
parent c73ce21ef5
commit 8be14768df
3 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
## !! Important notice
If you run grocy in a subdirectory, you need to set a new `config.php` setting (`BASE_PATH`, see `config-dist.php`)
### Stock fixes
- Fixed purchase/consume/inventory problems when `FEATURE_FLAG_STOCK_LOCATION_TRACKING` was set to `false`