I fixed something like that recently, see r748803
Jacques
From: "STELTZLEN Charles" <[email protected]>
Hi all,
I'm using an ofbiz v1.4.
I'm having some trouble with the form attribut <display type="currency"
currency="${currencyUomId}"/> .
My flield is a BigDecimal and it value is 2441,658, but the system displays "2.00
€".
If my value is 244,658, so the system displays it correctly "244,658 €".
Any body heard about it ?
In the general.propeties file I found the following propertie
# -- the default decimal format for currency
currency.decimal.format=##0,00
Is it linked to my problem ? I tried different values, but nothing appended.
Charles.