From 4a2b7e1bba1cfecac354327c8f0f30e7bf4d8de4 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Tue, 23 Aug 2016 11:25:14 +0200 Subject: [PATCH] add link to commande fourn if resplenish --- htdocs/install/mysql/tables/llx_commandedet.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_commandedet.sql b/htdocs/install/mysql/tables/llx_commandedet.sql index 9608c2ae44b..ee407fe9cff 100644 --- a/htdocs/install/mysql/tables/llx_commandedet.sql +++ b/htdocs/install/mysql/tables/llx_commandedet.sql @@ -57,6 +57,8 @@ create table llx_commandedet fk_unit integer DEFAULT NULL, -- lien vers table des unités import_key varchar(14), + fk_commandefourndet integer NOT NULL, -- link to detail line of commande fourn (resplenish) + fk_multicurrency integer, multicurrency_code varchar(255), multicurrency_subprice double(24,8) DEFAULT 0,