mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Fix title for stock items list
This commit is contained in:
@ -28,7 +28,7 @@ class _StockListState extends RefreshableState<StockItemList> {
|
||||
final Map<String, String> filters;
|
||||
|
||||
@override
|
||||
String getAppBarTitle(BuildContext context) => L10().purchaseOrders;
|
||||
String getAppBarTitle(BuildContext context) => L10().stockItems;
|
||||
|
||||
@override
|
||||
Widget getBody(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user