Skip to content

Commit

Permalink
Merge pull request #4651 from Aaryanpal/4604_distribution_with_units_…
Browse files Browse the repository at this point in the history
…from_request

4604 - Add Total Quantity header in Distribution Request
  • Loading branch information
cielf committed Sep 15, 2024
2 parents 5ed83ce + 8be1c54 commit 75907aa
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">Quantity - Total Units</div>
<div class="distribution-request-unit">Requested</div>
<% end %>
</div>
Expand Down

0 comments on commit 75907aa

Please sign in to comment.