mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Display part notes and stock notes
This commit is contained in:
@ -46,7 +46,7 @@ class _CategoryDisplayState extends RefreshableState<CategoryDisplayWidget> {
|
||||
onPressed: () {
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: PartSearchDelegate(filters: {"category": "${category.pk}"})
|
||||
delegate: PartSearchDelegate(context, filters: {"category": "${category.pk}"})
|
||||
);
|
||||
}
|
||||
),
|
||||
|
Reference in New Issue
Block a user