remove uneccessary €

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1308 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
rkh 15 years ago
parent b8a11eacc2
commit e42b651f11
  1. 2
      app/views/cost_reports/_cost_report_table.rhtml

@ -15,7 +15,7 @@
walker.for_empty_cell { "<td></td>" }
walker.for_cell do |result|
"<td>#{number_to_currency result.real_costs}</td>"
"<td>#{number_to_currency result.real_costs}</td>"
end
%>

Loading…
Cancel
Save