Support forgotten members in contributions list
This commit is contained in:
parent
cd43a5c382
commit
c45beb877e
@ -13,7 +13,13 @@
|
||||
<% @contributions.each do |contribution| %>
|
||||
<tr id="<%= dom_id contribution %>">
|
||||
<td><%= contribution.payment_on %></td>
|
||||
<td><%= contribution.member.number %>. <%= contribution.member.display_name %></td>
|
||||
<td>
|
||||
<% if contribution.member %>
|
||||
<%= contribution.member.number %>. <%= contribution.member.display_name %>
|
||||
<% else %>
|
||||
---
|
||||
<% end %>
|
||||
</td>
|
||||
<td><%= contribution.eurocents %></td>
|
||||
<td><%= contribution.payment_method %></td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user