mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 06:56:50 +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(
|
||||
context,
|
||||
L10().addStock,
|
||||
L10().removeStock,
|
||||
InvenTreeStockItem.removeStockUrl(),
|
||||
fields,
|
||||
method: "POST",
|
||||
@ -314,11 +314,11 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
|
||||
launchApiForm(
|
||||
context,
|
||||
L10().addStock,
|
||||
L10().countStock,
|
||||
InvenTreeStockItem.countStockUrl(),
|
||||
fields,
|
||||
method: "POST",
|
||||
icon: FontAwesomeIcons.plusCircle,
|
||||
icon: FontAwesomeIcons.clipboardCheck,
|
||||
onSuccess: (data) async {
|
||||
_stockUpdateMessage();
|
||||
refresh();
|
||||
|
Loading…
x
Reference in New Issue
Block a user