Hey All, I'm editing the Multi-Currency Customer S...
# advancedpdf
z
Hey All, I'm editing the Multi-Currency Customer Statement Template and the ask if to remove the Balance Forward table if it is $0. I'm not a coder and use WYSIWYG most of the time. Can anyone give me a code or a solution for this if it is possible? Thanks so much!
s
I had the exact same request, and I ended up solving it by using this if statement:
Though, if you are using multiple languages, this may only work for statements printed in English. If you need it to work for other languages you could try
<#if line_index != 1 || line.balance != 0>
instead
z
Thank you!!
worked great