Skip to content

Commit

Permalink
Merge pull request #27726 from asmac-org/delete-trackingFields
Browse files Browse the repository at this point in the history
delete one more trackingFields reference
  • Loading branch information
seamuslee001 authored Oct 5, 2023
2 parents 9ca9896 + 8358790 commit c18f1f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@
</th>
</tr>
{foreach from=$customPost item=customValue key=customName}
{if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}
<tr>
<td {$labelStyle}>
{$customName}
Expand All @@ -539,7 +538,6 @@
{$customValue}
</td>
</tr>
{/if}
{/foreach}
{/if}

Expand Down

0 comments on commit c18f1f2

Please sign in to comment.