diff --git a/htdocs/install/mysql/tables/llx_facturedet.sql b/htdocs/install/mysql/tables/llx_facturedet.sql index 551cf6b98cd..18be66823b5 100644 --- a/htdocs/install/mysql/tables/llx_facturedet.sql +++ b/htdocs/install/mysql/tables/llx_facturedet.sql @@ -65,7 +65,6 @@ create table llx_facturedet fk_unit integer DEFAULT NULL, -- id of the unit codeĀ” 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,