From 92dd950549604a1ae6ca8a63a1c235057b8a01f9 Mon Sep 17 00:00:00 2001 From: Aaryanpal Date: Fri, 13 Sep 2024 22:44:58 +0530 Subject: [PATCH 1/2] Add Total Quantity header in Distribution Request --- app/views/distributions/_form.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/distributions/_form.html.erb b/app/views/distributions/_form.html.erb index f28782234c..564ec364a2 100644 --- a/app/views/distributions/_form.html.erb +++ b/app/views/distributions/_form.html.erb @@ -36,6 +36,7 @@
Items in this distribution <% if distribution.request %> +
Add Quantity (Total Units)
Requested
<% end %>
From 8be1c547136db22fb6aa08c2eb3cbd0a686344ce Mon Sep 17 00:00:00 2001 From: Aaryanpal Date: Sat, 14 Sep 2024 18:38:55 +0530 Subject: [PATCH 2/2] updated text to Quantity - Total Units --- app/views/distributions/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/distributions/_form.html.erb b/app/views/distributions/_form.html.erb index 564ec364a2..da523a8d3b 100644 --- a/app/views/distributions/_form.html.erb +++ b/app/views/distributions/_form.html.erb @@ -36,7 +36,7 @@
Items in this distribution <% if distribution.request %> -
Add Quantity (Total Units)
+
Quantity - Total Units
Requested
<% end %>