FIX size of field multicurrency_code (contains the 3 char ISO code)

This commit is contained in:
Laurent Destailleur
2021-11-22 03:12:40 +01:00
parent 863a7d4d02
commit dc5a1ceb28
25 changed files with 58 additions and 24 deletions

View File

@@ -77,7 +77,7 @@ create table llx_commande
extraparams varchar(255), -- for stock other parameters with json format
fk_multicurrency integer,
multicurrency_code varchar(255),
multicurrency_code varchar(3),
multicurrency_tx double(24,8) DEFAULT 1,
multicurrency_total_ht double(24,8) DEFAULT 0,
multicurrency_total_tva double(24,8) DEFAULT 0,