Discussions
Header issues
I am trying to get a header for a list on a custom Record. The list shows but the header does not. I think I have gone blind looking at these same couple lines over and over. Any help would be appreciated
' <#if customtransaction_consolidatedinvoice.line?has_con tent>'+
' <table style="width: 100%; margin-top: 10px;"><!-- start items --><#list customtransaction_consolidatedinvoice.line as line><#if list_index == 0>'+
' <thead>'+
' <tr>'+
' <th align="center" colspan="3" style="padding: 10px 6px;">Account</th>'+