Created Standard Print Header Code (markdown)

Nabin Hait
2016-03-23 16:15:00 +05:30
parent 3b37eedea2
commit 020cdf0397

@@ -0,0 +1,7 @@
<div class="print-heading">
<h2>{{ doc.select_print_heading or (doc.print_heading if doc.print_heading != None
else _(doc.doctype)) }}<br>
<small>{{ doc.sub_heading if doc.sub_heading != None
else doc.name }}</small>
</h2>
</div>