2
0
forked from Wavyzz/dolibarr

FIX SPEC #7013 : use database type "numeric" to store monetary values

This commit is contained in:
Alexandre SPANGARO
2017-10-24 21:14:31 +02:00
parent f24204c79a
commit ecbc393c96
28 changed files with 170 additions and 90 deletions

View File

@@ -24,7 +24,7 @@ create table llx_subscription
fk_adherent integer,
dateadh datetime,
datef date,
subscription real,
subscription numeric(24,8),
fk_bank integer DEFAULT NULL,
note text
)ENGINE=innodb;