How do we print check as different payee name? I h...
# general
m
How do we print check as different payee name? I have a non-null "PRINT ON CHECK AS" field on the vendor record but it still prints the vendor name instead of the value on this field. The standard check form also uses the ${check.entity} variable.
Solved it. Sharing solution here:
<#if check.entity.printoncheckas?has_content>${check.entity.printoncheckas}<#else>${check.entity}</#if>