OK, I got a head-scratcher folks. when trying to s...
# advancedpdf
r
OK, I got a head-scratcher folks. when trying to save a picking ticket template this line keeps kicking out as an error
<#if record.custbodysaturdaydelivery=True>Saturday Delivery</#if>
The purpose is if the checkbox is checked, I want it to print "Saturday Delivery" on the picking ticket. If I put it without the IF statement, it prints "Yes" or "No", so I know the field is there and working... Does anyone know what I'm doing wrong?