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

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"] %}