Fix bad name of field
This commit is contained in:
parent
0f77e3c05c
commit
c2499f298c
@ -26,9 +26,9 @@ create table llx_product_fournisseur_price_log
|
|||||||
quantity double,
|
quantity double,
|
||||||
fk_user integer,
|
fk_user integer,
|
||||||
|
|
||||||
fk_multicurrency integer,
|
fk_multicurrency integer,
|
||||||
multicurrency_code varchar(255),
|
multicurrency_code varchar(255),
|
||||||
multicurrency_tx double(24,8) DEFAULT 1,
|
multicurrency_tx double(24,8) DEFAULT 1,
|
||||||
multicurrency_price double(24,8) DEFAULT NULL,
|
multicurrency_unitprice double(24,8) DEFAULT NULL, -- unit price without tax
|
||||||
multicurrency_price_ttc double(24,8) DEFAULT NULL
|
multicurrency_price double(24,8) DEFAULT NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user