From 5f587efc721c854ebe1042783ab85a7e6a97aeb7 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Wed, 17 Aug 2016 16:36:22 +0200 Subject: [PATCH] Update llx_facturedet.sql --- htdocs/install/mysql/tables/llx_facturedet.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/tables/llx_facturedet.sql b/htdocs/install/mysql/tables/llx_facturedet.sql index 540964edebb..551cf6b98cd 100644 --- a/htdocs/install/mysql/tables/llx_facturedet.sql +++ b/htdocs/install/mysql/tables/llx_facturedet.sql @@ -63,8 +63,10 @@ create table llx_facturedet situation_percent real, -- % progression of lines invoicing fk_prev_id integer, -- id of the line in the previous situation, fk_unit integer DEFAULT NULL, -- id of the unit codeĀ” - fk_user integer DEFAULT NULL, -- id of the user associated to line - fk_multicurrency integer, + fk_user_author integer, -- user making creation + fk_user_modif integer, -- user making last change + fk_user_associate integer DEFAULT NULL, -- user associated to line + fk_multicurrency integer, multicurrency_code varchar(255), multicurrency_subprice double(24,8) DEFAULT 0, multicurrency_total_ht double(24,8) DEFAULT 0,