<@U5H9HECTS> I think the change to the later versi...
# advancedpdf
m
@screnshaw I think the change to the later version of freemarker has caused this, try using ${x?string.number}
s
Thanks! That did it!
j
worked for me too! thx @markus.99
m
is
${x?item.quantity}
the correct way to use this? i’m seeing “.00” after all numbers on advanced templates now.
anyone got any advice here handy?