Fix some labels
This commit is contained in:
parent
826de5246b
commit
3d2cd94494
@ -6,7 +6,6 @@
|
|||||||
"login server error": "The login server returned an error: {arg}",
|
"login server error": "The login server returned an error: {arg}",
|
||||||
"login server user data error": "The login server refused to provide account information. Try again or contact technical support.",
|
"login server user data error": "The login server refused to provide account information. Try again or contact technical support.",
|
||||||
"captcha error": "There was a problem with the CAPTCHA (robot test). Try again.",
|
"captcha error": "There was a problem with the CAPTCHA (robot test). Try again.",
|
||||||
"no access permission": "You do not have permission to access this system.",
|
|
||||||
"no permission": "You do not have permission to access this system.",
|
"no permission": "You do not have permission to access this system.",
|
||||||
"no edit permission": "You do not have permission to modify records."
|
"no edit permission": "You do not have permission to modify records."
|
||||||
}
|
}
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"code 1": "Code 1",
|
"code 1": "Code 1",
|
||||||
"code 2": "Code 2",
|
"code 2": "Code 2",
|
||||||
"qty": "Qty",
|
"qty": "Qty",
|
||||||
"want": "Need",
|
"want": "Min",
|
||||||
"assigned to": "Assigned To",
|
"assigned to": "Assigned to",
|
||||||
"quantity": "Quantity",
|
"quantity": "Quantity",
|
||||||
"minwant": "Minimum On Hand",
|
"minwant": "Minimum on hand",
|
||||||
"item count": "Item count",
|
"item count": "Item count",
|
||||||
"Item cost": "Item cost",
|
"Item cost": "Item cost",
|
||||||
"Sale price": "Sale price",
|
"Sale price": "Sale price",
|
||||||
|
@ -75,7 +75,7 @@ function getItemReport($filter = []): Report {
|
|||||||
$Strings->get("code 1", false),
|
$Strings->get("code 1", false),
|
||||||
$Strings->get("code 2", false),
|
$Strings->get("code 2", false),
|
||||||
$Strings->get("quantity", false),
|
$Strings->get("quantity", false),
|
||||||
$Strings->get("want", false),
|
$Strings->get("minwant", false),
|
||||||
$Strings->get("Cost", false),
|
$Strings->get("Cost", false),
|
||||||
$Strings->get("Price", false),
|
$Strings->get("Price", false),
|
||||||
$Strings->get("assigned to", false),
|
$Strings->get("assigned to", false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user