diff --git a/app/views/adjustments/index.html.erb b/app/views/adjustments/index.html.erb index a945dd93dd..4027d37bbe 100644 --- a/app/views/adjustments/index.html.erb +++ b/app/views/adjustments/index.html.erb @@ -76,7 +76,7 @@
Created | +Created | Organization | Storage location | Comment | diff --git a/app/views/items/_item_list.html.erb b/app/views/items/_item_list.html.erb index a6a0d07231..b8ae121563 100644 --- a/app/views/items/_item_list.html.erb +++ b/app/views/items/_item_list.html.erb @@ -8,14 +8,14 @@||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Category | Name | -Quantity Per Individual | -Fair Market Value (per item) | +Quantity Per Individual | +Fair Market Value (per item) | <% if Flipper.enabled?(:enable_packs) %> <% unless current_organization.request_units.empty? %>Custom Request Units | <% end %> <% end %> -Actions | +Actions | ||||||||||
<%= item_row.item_category && link_to(item_row.item_category&.name, item_category_path(item_row.item_category), class: 'text-blue-500') %> | <%= item_row.name %> | -<%= item_row.distribution_quantity %> | +<%= item_row.distribution_quantity %> | <%= dollar_value(item_row.value_in_cents) %> | <% if Flipper.enabled?(:enable_packs) %> <% unless current_organization.request_units.empty? %> diff --git a/app/views/purchases/index.html.erb b/app/views/purchases/index.html.erb index 73df1e2a38..cdbda040b8 100644 --- a/app/views/purchases/index.html.erb +++ b/app/views/purchases/index.html.erb @@ -80,11 +80,11 @@Purchases from | Storage Location | Comments | -Quantity of Items | -Variety of Items | -Amount spent | -FMV | -Purchased Date | +Quantity of Items | +Variety of Items | +Amount spent | +FMV | +Purchased Date | Actions |