From 10665227cf44a7a397068e22754ab9f15d261fd3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Oct 2017 19:16:42 +0530 Subject: [PATCH 1/2] CGP-902: Use correct index for option label in template --- templates/CRM/Booking/tpl/select-option.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Booking/tpl/select-option.tpl b/templates/CRM/Booking/tpl/select-option.tpl index 0a97ecb7..0abea769 100644 --- a/templates/CRM/Booking/tpl/select-option.tpl +++ b/templates/CRM/Booking/tpl/select-option.tpl @@ -2,7 +2,7 @@ {literal} <% _.each(options, function (option){ %> - + <% }); %> {/literal} From 989f705a346a19e708a8731dba0ede1fcf9b8a39 Mon Sep 17 00:00:00 2001 From: Nishant Bhorodia Date: Tue, 31 Oct 2017 12:09:11 +0530 Subject: [PATCH 2/2] Revert "CGP-902: Use correct index for option label in template" --- templates/CRM/Booking/tpl/select-option.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Booking/tpl/select-option.tpl b/templates/CRM/Booking/tpl/select-option.tpl index 0abea769..0a97ecb7 100644 --- a/templates/CRM/Booking/tpl/select-option.tpl +++ b/templates/CRM/Booking/tpl/select-option.tpl @@ -2,7 +2,7 @@ {literal} <% _.each(options, function (option){ %> - + <% }); %> {/literal}