diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price_log.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price_log.sql index e9b78922413..df5da98291f 100644 --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price_log.sql +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price_log.sql @@ -26,9 +26,9 @@ create table llx_product_fournisseur_price_log quantity double, fk_user integer, - fk_multicurrency integer, - multicurrency_code varchar(255), + fk_multicurrency integer, + multicurrency_code varchar(255), multicurrency_tx double(24,8) DEFAULT 1, - multicurrency_price double(24,8) DEFAULT NULL, - multicurrency_price_ttc double(24,8) DEFAULT NULL + multicurrency_unitprice double(24,8) DEFAULT NULL, -- unit price without tax + multicurrency_price double(24,8) DEFAULT NULL )ENGINE=innodb;