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 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.",
|
||||
"no access 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."
|
||||
}
|
||||
|
@ -7,10 +7,10 @@
|
||||
"code 1": "Code 1",
|
||||
"code 2": "Code 2",
|
||||
"qty": "Qty",
|
||||
"want": "Need",
|
||||
"assigned to": "Assigned To",
|
||||
"want": "Min",
|
||||
"assigned to": "Assigned to",
|
||||
"quantity": "Quantity",
|
||||
"minwant": "Minimum On Hand",
|
||||
"minwant": "Minimum on hand",
|
||||
"item count": "Item count",
|
||||
"Item cost": "Item cost",
|
||||
"Sale price": "Sale price",
|
||||
|
@ -75,7 +75,7 @@ function getItemReport($filter = []): Report {
|
||||
$Strings->get("code 1", false),
|
||||
$Strings->get("code 2", false),
|
||||
$Strings->get("quantity", false),
|
||||
$Strings->get("want", false),
|
||||
$Strings->get("minwant", false),
|
||||
$Strings->get("Cost", false),
|
||||
$Strings->get("Price", false),
|
||||
$Strings->get("assigned to", false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user