We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c65d1 commit baf1d7dCopy full SHA for baf1d7d
app/views/distributions/_distribution_row.html.erb
@@ -2,7 +2,7 @@
2
<td><%= distribution_row.id %></td>
3
<td><%= distribution_row.partner.name %></td>
4
<td class="date text-left"><%= distribution_row.created_at.strftime("%m/%d/%Y") %></td>
5
- <td class="date text-left""><%= (distribution_row.issued_at.presence || distribution_row.created_at).strftime("%m/%d/%Y") %></td>
+ <td class="date text-left"><%= (distribution_row.issued_at.presence || distribution_row.created_at).strftime("%m/%d/%Y") %></td>
6
<td><%= distribution_row.storage_location.name %></td>
7
8
<td class="numeric"><%= @distribution_totals[distribution_row.id].quantity %></td>
0 commit comments