prepare db for margin on contracts

This commit is contained in:
Christophe Battarel 2013-02-13 08:55:16 +01:00
parent 7ab91b5f42
commit 5c9950f486

View File

@ -33,3 +33,6 @@ UPDATE llx_const set value='smartphone_menu.php' where value='smartphone_frontof
ALTER TABLE llx_user add COLUMN fk_user integer;
-- margin on contracts
alter table llx_contratdet add column fk_product_fournisseur_price int(11) after info_bits;
alter table llx_contratdet add column buy_price_ht double(24,8) DEFAULT 0 after fk_product_fournisseur_price;