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
|
|
@ -59,7 +59,8 @@ class _PaginatedPartListState extends PaginatedSearchState<PaginatedPartList> {
|
|||
|
||||
@override
|
||||
Future<InvenTreePageResponse?> requestPage(int limit, int offset, Map<String, String> params) async {
|
||||
final bool cascade = await InvenTreeSettingsManager().getBool("partSubcategory", true);
|
||||
|
||||
final bool cascade = await InvenTreeSettingsManager().getBool(INV_PART_SUBCATEGORY, true);
|
||||
|
||||
params["cascade"] = "${cascade}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue