add link to commande fourn if resplenish

This commit is contained in:
BENKE Charlie 2016-08-23 11:25:14 +02:00 committed by GitHub
parent c0d6d6d92c
commit 4a2b7e1bba

View File

@ -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,