Skip to content

Commit

Permalink
delete one more trackingFields reference
Browse files Browse the repository at this point in the history
This one was missed from Delete probably-unused TrackingFields.tpl PR #27233
  • Loading branch information
composerjk committed Oct 5, 2023
1 parent 9ca9896 commit 8358790
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 8358790

Please sign in to comment.