Début ajout gestion du HT et TTC avec l'option multiprix
This commit is contained in:
parent
0852a31f36
commit
3856d440d2
@ -616,4 +616,5 @@ create table llx_product_subproduct
|
|||||||
UNIQUE(fk_product, fk_product_subproduct)
|
UNIQUE(fk_product, fk_product_subproduct)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
alter table llx_product_price add column price_base_type varchar(3) DEFAULT 'HT' after price;
|
alter table llx_product_price add column price_base_type varchar(3) DEFAULT 'HT' after price;
|
||||||
|
alter table llx_product_price add column price_ttc float(12,4) DEFAULT 0 after price;
|
||||||
Loading…
Reference in New Issue
Block a user