mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Streamline in stock / out of stock wording
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user