Ok you point me to the right direction - I checked the opportunities module:
In this module the amount is shown as 0 in DetailView and in the ListView it is shown as 0.00.
I looked at the code and there is the function currency_format_number($amount).
But with this function the currency symbol is shown on the left side of the amount.
Is there any possibility to put it on the right side of the amount?
And what can I affect with an entry like this in the listviewdefs.php:
Code:
'AMOUNT' => array(
...
'currency_format' => true,
),
Actual there is no effect with true and false.
What possibilities do I have here?
Thanks for help (aus dem herrlich sonnigen Berlin
)
Andi
Bookmarks