Streamline in stock / out of stock wording

This commit is contained in:
Bernd Bestel
2025-01-18 10:33:26 +01:00
parent 23d7b6ad3c
commit 83b8b95b73
18 changed files with 37 additions and 38 deletions

View File

@@ -300,7 +300,7 @@ $('#product_id_text_input').on('blur', function(e)
};
}
// The product picker contains only in-stock products on some pages,
// The product picker contains only in stock products on some pages,
// so only show the workflow dialog when the entered input
// does not match in existing product (name) or barcode,
// otherwise an error validation message that the product is not in stock

View File

@@ -193,7 +193,7 @@ $('#save-purchase-button').on('click', function(e)
{
if (moment(jsonData.best_before_date).isBefore(CurrentProductDetails.next_due_date))
{
toastr.warning(__t("This is due earlier than already in-stock items"));
toastr.warning(__t("This is due earlier than already in stock items"));
}
}