Browse Source

[minor] trailing space in print heading in PDF

version-14
Anand Doshi 10 years ago
parent
commit
04ea512c39
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/templates/print_formats/standard_macros.html

+ 2
- 2
frappe/templates/print_formats/standard_macros.html View File

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


Loading…
Cancel
Save