{/if}
</td>
{foreach from=$columnHeaders item=column}
- {assign var='columnName' value=$column.field_name}
+ {assign var='columnName' value=''}
+ {if isset($column.field_name)}
+ {assign var='columnName' value=$column.field_name}
+ {/if}
{if !$columnName}{* if field_name has not been set skip, this helps with not changing anything not specifically edited *}
{elseif $columnName === 'total_amount'}{* rendered above as soft credit columns = confusing *}
{elseif isset($column.type) && $column.type === 'actions'}{* rendered below as soft credit column handling = not fixed *}