From 65bdfcdc7fb2f0f621eb308ddd46ba3f26287e2a Mon Sep 17 00:00:00 2001 From: Xavier Dutoit Date: Thu, 21 Mar 2013 00:21:34 +0100 Subject: [PATCH] CRM-12124 temporarly disabling edit in place for value, until the BAO handles the relevant civicrm_value_% --- templates/CRM/Custom/Page/Option.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Page/Option.tpl b/templates/CRM/Custom/Page/Option.tpl index 864652ada7..f551c5e77e 100644 --- a/templates/CRM/Custom/Page/Option.tpl +++ b/templates/CRM/Custom/Page/Option.tpl @@ -52,7 +52,7 @@ {foreach from=$customOption item=row key=id} {$row.label} - {$row.value} + {$row.value} {$row.default_value} {$row.weight} {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} -- 2.25.1