Remove already solved FIXME

This commit is contained in:
Paul van Tilburg 2013-06-16 23:38:35 +02:00
parent ba5fd086b5
commit b5cfa7606a
1 changed files with 0 additions and 1 deletions

View File

@ -2253,7 +2253,6 @@ module StopTime::Views
end
td { invoice.created_at.to_formatted_s(:date_only) }
td { _format_period(invoice.period) }
# FIXME: really retrieve the paid flag.
td.text_right { "€ %.2f" % invoice.total_amount }
td do
i(:class => "icon-ok") if invoice.paid?