Display part notes and stock notes

This commit is contained in:
Oliver Walters 2021-02-13 22:36:44 +11:00
parent b0aaccb9e3
commit 90664bfe14
10 changed files with 118 additions and 20 deletions

View file

@ -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}"})
);
}
),