diff --git a/lib/widget/stock_detail.dart b/lib/widget/stock_detail.dart index 4bddef8d..a1986427 100644 --- a/lib/widget/stock_detail.dart +++ b/lib/widget/stock_detail.dart @@ -241,7 +241,7 @@ class _StockItemDisplayState extends RefreshableState { launchApiForm( context, - L10().addStock, + L10().removeStock, InvenTreeStockItem.removeStockUrl(), fields, method: "POST", @@ -314,11 +314,11 @@ class _StockItemDisplayState extends RefreshableState { launchApiForm( context, - L10().addStock, + L10().countStock, InvenTreeStockItem.countStockUrl(), fields, method: "POST", - icon: FontAwesomeIcons.plusCircle, + icon: FontAwesomeIcons.clipboardCheck, onSuccess: (data) async { _stockUpdateMessage(); refresh();