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.
2 parents 4cbf1e9 + 23d77aa commit 3d77ce3Copy full SHA for 3d77ce3
app/views/adjustments/index.html.erb
@@ -77,7 +77,6 @@
77
<thead>
78
<tr>
79
<th class="text-center">Created</th>
80
- <th>Organization</th>
81
<th>Storage location</th>
82
<th>Comment</th>
83
<th>Summary</th>
@@ -90,7 +89,6 @@
90
89
<td class="date">
91
<time datetime="<%= adjustment.created_at %>"><%= adjustment.created_at.strftime("%B %e, %Y") %></time>
92
</td>
93
- <td><%= adjustment.organization.name %></td>
94
<td><%= adjustment.storage_location.name %></td>
95
<td><%= adjustment.comment %></td>
96
<td><%= pluralize(adjustment.line_items.size, 'change') %></td>
0 commit comments