Anyone know how to get the "applied to" sublist of...
# advancedpdf
j
Anyone know how to get the "applied to" sublist of a vendor bill payment record to show up when printing checks? Using standard pdf template it's showing up but when I switch to the advanced template for checks suddenly that sublist doesn't appear when I save and print from the vendor bill payment record. This is for the voucher section of the check.
WOW... so didn't see the
Copy code
<#if check.item?has_content || check.expense?has_content>
line.... All I had to do was update to
Copy code
<#if check.item?has_content || check.expense?has_content || check.apply?has_content>