mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 15:06:49 +00:00
Fix strings and icons
This commit is contained in:
parent
b7bb81c0ea
commit
3daae47a25
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user