From b372a8c5baa700264622cdce60486c88eb8286e2 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Wed, 13 Feb 2013 08:59:40 +0100 Subject: [PATCH] prepare db for margin on contracts --- htdocs/install/mysql/tables/llx_contratdet.sql | 2 ++ 1 file changed, 2 insertions(+) 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,