MultipleRecordFieldsListing.tpl extra th causing TypeError: i is undefined
authorCaleb Oki <caleboki@gmail.com>
Tue, 13 Sep 2016 15:23:42 +0000 (16:23 +0100)
committerCaleb Oki <caleboki@gmail.com>
Tue, 13 Sep 2016 15:23:42 +0000 (16:23 +0100)
templates/CRM/Profile/Page/MultipleRecordFieldsListing.tpl

index 4e3824e19bcf0a815dce7bf5bb1dc6367d9cbae9..089282fdbe4d3b55a8105baad7f12c0552e293d1 100644 (file)
@@ -84,7 +84,7 @@
               {foreach from=$headers key=recId item=head}
                 <th>{ts}{$head}{/ts}</th>
               {/foreach}
-              <th></th>
+              
               {foreach from=$dateFields key=fieldId item=v}
                 <th class='hiddenElement'></th>
               {/foreach}