fix: total row in AR/AP summary report

This commit is contained in:
UrvashiKishnani
2021-03-04 09:21:25 +04:00
committed by GitHub
parent 82c6223196
commit 27ea23223d

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