forked from Wavyzz/dolibarr
Revert "Fix SPEC #7013 : use database type "numeric" to store monetary values"
This commit is contained in:
committed by
GitHub
parent
549bb2c55f
commit
81f1a34112
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user