Merge pull request #24797 from UrvashiKishnani/patch-1
fix: total row in AR/AP summary report
This commit is contained in:
commit
45870317f2
@ -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"] %}
|
||||
|
Loading…
Reference in New Issue
Block a user