From 300f5d98c5dbbde256c3b44a3ab20ca07a2c56f9 Mon Sep 17 00:00:00 2001 From: bilal Date: Wed, 3 Jun 2020 10:52:15 +0200 Subject: [PATCH] show filming hours when downloading contract --- app/views/contracts/_signature_page.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/contracts/_signature_page.html.erb b/app/views/contracts/_signature_page.html.erb index e6ad5d6..e39c8be 100644 --- a/app/views/contracts/_signature_page.html.erb +++ b/app/views/contracts/_signature_page.html.erb @@ -29,6 +29,7 @@ <% if releasable.model_name == "LocationRelease" %> <%= description_list_pair "Filming Started On:", releasable&.filming_started_on&.strftime("%D") %> <%= description_list_pair "Filming Ended On:", releasable&.filming_ended_on&.strftime("%D") %> + <%= description_list_pair "Filming Hours:", releasable&.filming_hours %> <% end %> <% if contract_template.fee? %> <%= description_list_pair "Fee:", number_to_currency(contract_template.fee) %>