Browse Source

use grouping to format number

pull/90/head
Laetitia Gangloff 10 years ago
committed by Stéphane Bidoul
parent
commit
32081b836c
  1. 1
      mis_builder/models/mis_builder.py

1
mis_builder/models/mis_builder.py

@ -208,6 +208,7 @@ class mis_report_kpi(orm.Model):
'%%%s.%df' % (
sign, dp),
value,
grouping=True,
context=context),
divider_label, suffix or '')

Loading…
Cancel
Save