mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Display part notes and stock notes
This commit is contained in:
parent
b0aaccb9e3
commit
90664bfe14
10 changed files with 118 additions and 20 deletions
|
|
@ -46,7 +46,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
|||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: PartSearchDelegate()
|
||||
delegate: PartSearchDelegate(context)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
|||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: StockSearchDelegate()
|
||||
delegate: StockSearchDelegate(context)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue