Procházet zdrojové kódy

[minor] trailing space in print heading in PDF

version-14
Anand Doshi před 10 roky
rodič
revize
04ea512c39
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      frappe/templates/print_formats/standard_macros.html

+ 2
- 2
frappe/templates/print_formats/standard_macros.html Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit