Skip to content

Commit

Permalink
Add Total Quantity header in Distribution Request
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryanpal committed Sep 13, 2024
1 parent 50e00e8 commit ad3e2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/distributions/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<div class="distribution-title">
<legend class="<%= 'with-request' if distribution.request %>">Items in this distribution</legend>
<% if distribution.request %>
<div class="distribution-request-unit">Add Quantity (Total Units)</div>
<div class="distribution-request-unit">Requested</div>
<% end %>
</div>
Expand Down

0 comments on commit ad3e2e6

Please sign in to comment.