mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
fix: changes to gl print template
(cherry picked from commit e8d08df044)
This commit is contained in:
@@ -91,6 +91,10 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.report-subtitle {
|
||||||
|
margin: 10px 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
@page {
|
@page {
|
||||||
size: A4;
|
size: A4;
|
||||||
@@ -122,7 +126,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if (subtitle && subtitle.trim()) { %}
|
{% if (subtitle && subtitle.trim()) { %}
|
||||||
<div class="report-meta">
|
<div class="report-subtitle">
|
||||||
{{ subtitle }}
|
{{ subtitle }}
|
||||||
</div>
|
</div>
|
||||||
{% } else { %}
|
{% } else { %}
|
||||||
|
|||||||
Reference in New Issue
Block a user