Update bank_reconciliation_statement.html

This commit is contained in:
RicardoJohann 2016-01-20 12:15:20 +08:00
parent 7425af6968
commit 6f9afffd8a

View File

@ -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")] %} {%= frappe.boot.letter_heads[frappe.defaults.get_default("letter_head")] %}
</div> </div>
<h2 class="text-center">{%= __("Bank Reconciliation Statement") %}</h2> <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> <hr>
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>