mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add new stock code
This commit is contained in:
parent
c1312e4e5d
commit
bee04e2cd8
3 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue