diff --git a/htdocs/install/mysql/tables/llx_contratdet.sql b/htdocs/install/mysql/tables/llx_contratdet.sql index e7dc0354aba..11381991015 100644 --- a/htdocs/install/mysql/tables/llx_contratdet.sql +++ b/htdocs/install/mysql/tables/llx_contratdet.sql @@ -53,6 +53,8 @@ create table llx_contratdet total_localtax2 double(24,8) DEFAULT 0, -- Total Local tax 2 de la ligne total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale info_bits integer DEFAULT 0, -- TVA NPR ou non + fk_product_fournisseur_price int(11) DEFAULT NULL, -- supplier price id + buy_price_ht double(24,8) DEFAULT '0.00000000', -- buying price fk_user_author integer NOT NULL DEFAULT 0, fk_user_ouverture integer,