freemarker - NetSuite Advanced PDF Multiplication -


looking way multiply rate * quantity in advanced pdf form.

using ${item.rate}*${item.quantity} print 100*10 instead of 1000. know can grab amount field have custom quantity field set using need calculate it.

try: ${item.rate*item.quantity}


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -