Force grouping on value filter
This commit is contained in:
parent
d2d27caf41
commit
d7558cfa0c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def value(val, pm=False):
|
||||||
return mark_safe("–")
|
return mark_safe("–")
|
||||||
_prefix = ""
|
_prefix = ""
|
||||||
_suffix = " €"
|
_suffix = " €"
|
||||||
_val = formats.number_format(val, 2, use_l10n=True)
|
_val = formats.number_format(val, 2, use_l10n=True, force_grouping=True)
|
||||||
|
|
||||||
if val > 0:
|
if val > 0:
|
||||||
if pm:
|
if pm:
|
||||||
|
|
Loading…
Reference in a new issue