Hello all,
I want to print doc.name in terms and condition text box.
Please tell me is it possible or no.
Hello all,
I want to print doc.name in terms and condition text box.
Please tell me is it possible or no.
But invoice number is not getting printed on the print format using above code.
{{doc.name}}
No, {{ doc.name }} same thing is getting printed on print format.
Hi @Vijay_Raju
Make terms and condition template and add above code in that template. On sales invoice just select the template so system will translate the code into value.
Terms and conditions template
Can you please share the code used in the template
@Vijay_Raju
don’t use doc.name just use {{ name }} in the template
@ rohit_w
Thank so much for your time! It is working fine.