Merge pull request #24797 from UrvashiKishnani/patch-1

fix: total row in AR/AP summary report
This commit is contained in:
Deepesh Garg 2021-03-06 21:28:04 +05:30 committed by GitHub
commit 45870317f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@
{% } %}
{% } else { %}
{% if(data[i]["party"]|| " ") { %}
{% if((data[i]["party"]) != __("'Total'")) { %}
{% if(!data[i]["is_total_row"]) { %}
<td>
{% if(!(filters.customer || filters.supplier)) { %}
{%= data[i]["party"] %}