2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-30 09:11:34 +00:00

Add new stock code

This commit is contained in:
Oliver Walters
2021-03-04 15:51:04 +11:00
parent c1312e4e5d
commit bee04e2cd8
3 changed files with 6 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import '../api.dart';
class PartSearchDelegate extends SearchDelegate<InvenTreePart> {
final key = GlobalKey<ScaffoldState>();
final partSearchKey = GlobalKey<ScaffoldState>();
BuildContext context;
@@ -203,7 +203,7 @@ class PartSearchDelegate extends SearchDelegate<InvenTreePart> {
class StockSearchDelegate extends SearchDelegate<InvenTreeStockItem> {
final key = GlobalKey<ScaffoldState>();
final stockSearchKey = GlobalKey<ScaffoldState>();
final BuildContext context;