diff --git a/langs/en/core.json b/langs/en/core.json index 4fd38f5..3037784 100644 --- a/langs/en/core.json +++ b/langs/en/core.json @@ -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." } diff --git a/langs/en/labels.json b/langs/en/labels.json index ea663b3..4af3a80 100644 --- a/langs/en/labels.json +++ b/langs/en/labels.json @@ -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", diff --git a/lib/reports.php b/lib/reports.php index 2283294..c2e7afc 100644 --- a/lib/reports.php +++ b/lib/reports.php @@ -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),