new : add user id on line for tracking feature

This commit is contained in:
BENKE Charlie 2016-08-07 14:16:56 +02:00 committed by GitHub
parent 3f87b0c225
commit 908bf50e69

View File

@ -63,7 +63,7 @@ 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,
multicurrency_code varchar(255),
multicurrency_subprice double(24,8) DEFAULT 0,