fix: show cost center in print fromat of report trial balance

This commit is contained in:
Anurag Mishra 2019-06-06 18:37:10 +05:30
parent 4ca393d14c
commit fd19678bc7

View File

@ -23,6 +23,7 @@
{% } %}
<h2 class="text-center">{%= __(report.report_name) %}</h2>
<h3 class="text-center">{%= filters.company %}</h3>
<h3 class="text-center">{%= filters.cost_center %}</h3>
<h3 class="text-center">{%= filters.fiscal_year %}</h3>
<h5 class="text-center">{%= __("Currency") %} : {%= filters.presentation_currency || erpnext.get_currency(filters.company) %} </h4>
{% if (filters.from_date) { %}