Does anyone trying to generate individual price li...
# general
b
Does anyone trying to generate individual price list please? Somehow it shows an error and it worked before. When I add else statement it returns string it works. Not sure why record.lines doesn't have any content. When I print in Standard template it shows content. And also shows items in sublists on "Generate Price List" page too
Copy code
<#if record.lines?has_content>
...
<#else>
    It doesn't have any data
</#if>