Skip to content

Commit 3d77ce3

Browse files
authored
Merge pull request #5378 from Tyler-Fanuele/5361StorageLocationNameUnique
Addressing #5373 Remove Organization column from inventory adjustment index and Organization line from inventory adjustment view
2 parents 4cbf1e9 + 23d77aa commit 3d77ce3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/views/adjustments/index.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<thead>
7878
<tr>
7979
<th class="text-center">Created</th>
80-
<th>Organization</th>
8180
<th>Storage location</th>
8281
<th>Comment</th>
8382
<th>Summary</th>
@@ -90,7 +89,6 @@
9089
<td class="date">
9190
<time datetime="<%= adjustment.created_at %>"><%= adjustment.created_at.strftime("%B %e, %Y") %></time>
9291
</td>
93-
<td><%= adjustment.organization.name %></td>
9492
<td><%= adjustment.storage_location.name %></td>
9593
<td><%= adjustment.comment %></td>
9694
<td><%= pluralize(adjustment.line_items.size, 'change') %></td>

0 commit comments

Comments
 (0)