Change Precision in print mode

In Purchase Order Form, I’ve changed the Item Rate precision to 5 digits and it’s all good.
Now, What I need is while in print mode, I only want it to show 2 digits only.
Is this possible?

@aiman2020,

for Standard Print format it is not possible to change the precision, Although if you are using the custom print format then you can use {{ format_currency(value, currency, decimals) }}

1 Like

Thank you for the clarification.