2
0
forked from Wavyzz/dolibarr

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

This commit is contained in:
Laurent Destailleur
2017-06-16 13:06:35 +02:00
committed by GitHub
parent 549bb2c55f
commit 81f1a34112
19 changed files with 28 additions and 92 deletions

View File

@@ -42,7 +42,7 @@ create table llx_commande
fk_user_cloture integer, -- user closing
source smallint, -- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ?
fk_statut smallint default 0,
amount_ht numeric(24,8) default 0,
amount_ht real default 0,
remise_percent real default 0,
remise_absolue real default 0,
remise real default 0,