Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #153 from compucorp/CGP-902-configuration-issues
Browse files Browse the repository at this point in the history
CGP-902: Configuration issues
  • Loading branch information
nishant-bhorodia authored Nov 2, 2017
2 parents cb2007f + 1042b1c commit 7c88d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Booking/tpl/select-option.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{literal}
<option value=""><%= first_option %></option>
<% _.each(options, function (option){ %>
<option <%= option.selected %> data-maxsize="<%= option.max_size %>" data-price="<%= option.price %>" value="<%= option.id %>"><%= option.label %> - {/literal}{$currencySymbols}{literal}<%= option.price %> / <%= option["api.option_value.get"].values[0].label %></option>
<option <%= option.selected %> data-maxsize="<%= option.max_size %>" data-price="<%= option.price %>" value="<%= option.id %>"><%= option.label %> - {/literal}{$currencySymbols}{literal}<%= option.price %> / <%= option.label %></option>
<% }); %>
{/literal}
</script>
Expand Down

0 comments on commit 7c88d5f

Please sign in to comment.