2
0
forked from Wavyzz/dolibarr

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

@@ -70,7 +70,7 @@ create table llx_facturedet
fk_user_modif integer, -- user making last change
fk_multicurrency integer,
multicurrency_code varchar(255),
multicurrency_code varchar(3),
multicurrency_subprice double(24,8) DEFAULT 0,
multicurrency_total_ht double(24,8) DEFAULT 0,
multicurrency_total_tva double(24,8) DEFAULT 0,