Ricardo
06/24/2020, 6:01 PM<#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?