mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
FIX size of field multicurrency_code (contains the 3 char ISO code)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user