fix: Show closing row in general ledger print

This commit is contained in:
deepeshgarg007
2020-01-02 12:22:04 +05:30
parent e1aa48968e
commit f4589da806

View File

@@ -33,7 +33,7 @@
</tr>
</thead>
<tbody>
{% for(var i=0, l=data.length-1; i<l; i++) { %}
{% for(var i=0, l=data.length; i<l; i++) { %}
<tr>
{% if(data[i].posting_date) { %}
<td>{%= frappe.datetime.str_to_user(data[i].posting_date) %}</td>