Update bank_reconciliation_statement.html
This commit is contained in:
parent
7425af6968
commit
6f9afffd8a
@ -1,8 +1,8 @@
|
||||
<div style="margin-bottom: 7px;" class="text-center">
|
||||
<div style="margin-bottom: 7px;">
|
||||
{%= frappe.boot.letter_heads[frappe.defaults.get_default("letter_head")] %}
|
||||
</div>
|
||||
<h2 class="text-center">{%= __("Bank Reconciliation Statement") %}</h2>
|
||||
<h4 class="text-center">{%= filters.account %}</h4>
|
||||
<h4 class="text-center">{%= filters.account && (filters.account + ", "+filters.report_date) || "" %} {%= filters.company %}</h4>
|
||||
<hr>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user