mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Bug fix for stock item creation form
This commit is contained in:
parent
dcc7ee4eae
commit
25701c0c1c
4 changed files with 16 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ class _PaginatedStockItemListState extends PaginatedSearchState<PaginatedStockIt
|
|||
Future<InvenTreePageResponse?> requestPage(int limit, int offset, Map<String, String> params) async {
|
||||
|
||||
// Do we include stock items from sub-locations?
|
||||
final bool cascade = await InvenTreeSettingsManager().getBool("stockSublocation", true);
|
||||
final bool cascade = await InvenTreeSettingsManager().getBool(INV_STOCK_SUBLOCATION, true);
|
||||
|
||||
params["cascade"] = "${cascade}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue