Skip to content
Snippets Groups Projects
Commit f6275272 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #1190

parent c4678d7c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
<td></td>
<% else %>
<td class="<%= university.invoice_proximity.blank? ? '' : "table-#{university.invoice_proximity}" %>">
<%= l university.invoice_date, format: "%d %B" %>
<%= l university.invoice_date, format: "%d %B" if university.invoice_date %>
</td>
<td class="<%= university.invoice_proximity.blank? ? '' : "table-#{university.invoice_proximity}" %>">
<%= number_to_currency university.contribution_amount, precision: 0 %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment