Custom HTML in Print format

i want to add a field ‘Quote No’ as ‘doc.name’ below of customer name with same alignment .
custom html code to get Quote No in below image?

Hey, @abrarpv97 You can use jinja Templating.

Template May look like this.

<div class="row">
	<div class="col-xs-5">
		<label>Project</label>
	</div>
	<div class="col-xs-7 value">
		:{{ doc.project }}
	
	</div>
</div>

Screenshot%20from%202019-09-05%2013-26-49

1 Like

Thank you so much @ROHAN_JAIN1

can you check this post Naming Series For Revised Quotation

give me a solution if you can