mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-31 09:41:32 +00:00
Fix strings and icons
This commit is contained in:
@@ -241,7 +241,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||||||
|
|
||||||
launchApiForm(
|
launchApiForm(
|
||||||
context,
|
context,
|
||||||
L10().addStock,
|
L10().removeStock,
|
||||||
InvenTreeStockItem.removeStockUrl(),
|
InvenTreeStockItem.removeStockUrl(),
|
||||||
fields,
|
fields,
|
||||||
method: "POST",
|
method: "POST",
|
||||||
@@ -314,11 +314,11 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||||||
|
|
||||||
launchApiForm(
|
launchApiForm(
|
||||||
context,
|
context,
|
||||||
L10().addStock,
|
L10().countStock,
|
||||||
InvenTreeStockItem.countStockUrl(),
|
InvenTreeStockItem.countStockUrl(),
|
||||||
fields,
|
fields,
|
||||||
method: "POST",
|
method: "POST",
|
||||||
icon: FontAwesomeIcons.plusCircle,
|
icon: FontAwesomeIcons.clipboardCheck,
|
||||||
onSuccess: (data) async {
|
onSuccess: (data) async {
|
||||||
_stockUpdateMessage();
|
_stockUpdateMessage();
|
||||||
refresh();
|
refresh();
|
||||||
|
Reference in New Issue
Block a user