From: Coleman Watts Date: Thu, 5 May 2016 20:34:28 +0000 (-0400) Subject: CRM-18306 - Fix datepicker in batch update profiles X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d5d04d0854b3202d153262605a1ee802372380ab;p=civicrm-core.git CRM-18306 - Fix datepicker in batch update profiles --- diff --git a/templates/CRM/Contact/Form/Task/Batch.tpl b/templates/CRM/Contact/Form/Task/Batch.tpl index ceb77afef1..84bae9308e 100644 --- a/templates/CRM/Contact/Form/Task/Batch.tpl +++ b/templates/CRM/Contact/Form/Task/Batch.tpl @@ -73,7 +73,7 @@ {/strip} - {elseif ( $fields.$n.data_type eq 'Date') or ( $n eq 'birth_date' ) or ( $n eq 'deceased_date' ) } + {elseif ( $n eq 'birth_date' or $n eq 'deceased_date' ) } {include file="CRM/common/jcalendar.tpl" elementName=$n elementIndex=$cid batchUpdate=1} {elseif $n|substr:0:5 eq 'phone'}