mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Add new stock code
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user