Merge pull request #20161 from deepeshgarg007/general_ledger_print

fix: Show closing row in general ledger print
This commit is contained in:
Deepesh Garg 2020-01-02 13:23:35 +05:30 committed by GitHub
commit 7670f2354a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>