summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report-pie.png.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/report-pie.png.tmpl')
-rw-r--r--template/en/default/reports/report-pie.png.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/report-pie.png.tmpl b/template/en/default/reports/report-pie.png.tmpl
index 342d9b78a..05a359032 100644
--- a/template/en/default/reports/report-pie.png.tmpl
+++ b/template/en/default/reports/report-pie.png.tmpl
@@ -24,13 +24,13 @@
[% IF col_field == 'bug_status' %]
[% FOR i IN [ 0 .. data.0.0.max ] %]
- [% data.0.0.$i = get_status(data.0.0.$i) %]
+ [% data.0.0.$i = display_value("bug_status", data.0.0.$i) %]
[% END %]
[% END %]
[% IF col_field == 'resolution' %]
[% FOR i IN [ 0 .. data.0.0.max ] %]
- [% data.0.0.$i = get_resolution(data.0.0.$i) %]
+ [% data.0.0.$i = display_value("resolution", data.0.0.$i) %]
[% END %]
[% END %]