2
0
forked from Wavyzz/dolibarr

Update llx_facturedet.sql

This commit is contained in:
BENKE Charlie
2016-11-11 15:25:19 +01:00
committed by GitHub
parent 056e26e595
commit eda718a91b

View File

@@ -65,7 +65,6 @@ create table llx_facturedet
fk_unit integer DEFAULT NULL, -- id of the unit code¡ fk_unit integer DEFAULT NULL, -- id of the unit code¡
fk_user_author integer, -- user making creation fk_user_author integer, -- user making creation
fk_user_modif integer, -- user making last change fk_user_modif integer, -- user making last change
fk_user_associate integer DEFAULT NULL, -- user associated to line
fk_multicurrency integer, fk_multicurrency integer,
multicurrency_code varchar(255), multicurrency_code varchar(255),
multicurrency_subprice double(24,8) DEFAULT 0, multicurrency_subprice double(24,8) DEFAULT 0,