mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +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;
|
final Map<String, String> filters;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String getAppBarTitle(BuildContext context) => L10().purchaseOrders;
|
String getAppBarTitle(BuildContext context) => L10().stockItems;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget getBody(BuildContext context) {
|
Widget getBody(BuildContext context) {
|
||||||
|
Reference in New Issue
Block a user