I created a quotation custom print format and i dont’t view type document (ex quotation) and the number of series (ex QTN-00024).
These data are visible in the standard format, you have to set through field personalized html script?
1 Like
Hi @enriweb77,
you will get the document type in doctype and document name in name attribute/variable.
use the {{ doc.doctype }} to print the Type and {{ doc.name }} to Print the Name
Thanks, Makarand
1 Like
Thanks, work fine.