mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Display part notes and stock notes
This commit is contained in:
@ -45,7 +45,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
||||
onPressed: () {
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: StockSearchDelegate(filters: {"location": "${location.pk}"})
|
||||
delegate: StockSearchDelegate(context, filters: {"location": "${location.pk}"})
|
||||
);
|
||||
}
|
||||
),
|
||||
|
Reference in New Issue
Block a user