mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
change default user settings values
This commit is contained in:
parent
c658ae48d8
commit
d442206c12
3 changed files with 6 additions and 6 deletions
|
|
@ -438,7 +438,7 @@ class _PaginatedStockListState extends State<PaginatedStockList> {
|
|||
params["search"] = "${_searchTerm}";
|
||||
|
||||
// Do we include stock items from sub-locations?
|
||||
final bool cascade = await InvenTreeSettingsManager().getValue("stockSublocation", false);
|
||||
final bool cascade = await InvenTreeSettingsManager().getValue("stockSublocation", true);
|
||||
params["cascade"] = "${cascade}";
|
||||
|
||||
final page = await InvenTreeStockItem().listPaginated(_pageSize, pageKey, filters: params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue