mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
Created Standard Print Header Code (markdown)
7
Standard-Print-Header-Code.md
Normal file
7
Standard-Print-Header-Code.md
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user