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

@@ -58,11 +58,11 @@ CREATE VIEW products_current_substitutions
AS
/*
When a parent product is not in-stock itself,
When a parent product is not in stock itself,
any sub product (the next based on the default consume rule) should be used
This view lists all parent products and in the column "product_id_effective" either itself,
when the corresponding parent product is currently in-stock itself, or otherwise the next sub product to use
when the corresponding parent product is currently in stock itself, or otherwise the next sub product to use
*/
SELECT