removed fiscal year and month from the print

This commit is contained in:
Rohit Waghchaure 2017-03-02 17:51:15 +05:30
parent c99f85d84c
commit f8aa6ed46b

View File

@ -2,8 +2,8 @@
{%= frappe.boot.letter_heads[filters.letter_head || frappe.defaults.get_default("letter_head")] %}
</div>
<h2 class="text-center">{%= __(report.report_name) %}</h2>
<h5 class="text-center">Fiscal Year: {%= filters.fiscal_year %}</h5>
<h5 class="text-center">Month: {%= filters.month %}</h5>
<h5 class="text-center">From Date: {%= filters.from_date %}</h5>
<h5 class="text-center">To Date: {%= filters.to_date %}</h5>
<hr>
<table class="table table-bordered">
<thead>