Skip to content

Commit

Permalink
Fix bad name of field
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 2, 2018
1 parent 3c176ad commit 0f77e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
Expand Up @@ -51,6 +51,6 @@ create table llx_product_fournisseur_price
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;

0 comments on commit 0f77e3c

Please sign in to comment.