I fixed the my problem by <#assign tempQuantity...
# advancedpdf
d
I fixed the my problem by <#assign tempQuantity = 0> <#assign tempQuantity = tempOnHand + item.quantity>. Bit ungraceful but it works so I will just roll with it.