Doc
This commit is contained in:
parent
2c6b6ce4d1
commit
4da2056021
@ -16,4 +16,7 @@
|
|||||||
--
|
--
|
||||||
-- ===========================================================================
|
-- ===========================================================================
|
||||||
|
|
||||||
|
-- Table used only when PRODUIT_MULTIPRICES is set (prices per level) + PRODUIT_MULTIPRICES_ALLOW_AUTOCALC_PRICELEVEL is set
|
||||||
|
-- A checkbox become available on product to allow to set price rules
|
||||||
|
|
||||||
ALTER TABLE llx_product_pricerules ADD CONSTRAINT unique_level UNIQUE (level);
|
ALTER TABLE llx_product_pricerules ADD CONSTRAINT unique_level UNIQUE (level);
|
||||||
|
|||||||
@ -16,6 +16,9 @@
|
|||||||
--
|
--
|
||||||
-- ===========================================================================
|
-- ===========================================================================
|
||||||
|
|
||||||
|
-- Table used only when PRODUIT_MULTIPRICES is set (prices per level) + PRODUIT_MULTIPRICES_ALLOW_AUTOCALC_PRICELEVEL is set
|
||||||
|
-- A checkbox become available on product to allow to set price rules
|
||||||
|
|
||||||
CREATE TABLE llx_product_pricerules
|
CREATE TABLE llx_product_pricerules
|
||||||
(
|
(
|
||||||
rowid INTEGER PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
rowid INTEGER PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user