mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: total row in AR/AP summary report
This commit is contained in:
@@ -258,7 +258,7 @@
|
|||||||
{% } %}
|
{% } %}
|
||||||
{% } else { %}
|
{% } else { %}
|
||||||
{% if(data[i]["party"]|| " ") { %}
|
{% if(data[i]["party"]|| " ") { %}
|
||||||
{% if((data[i]["party"]) != __("'Total'")) { %}
|
{% if(!data[i]["is_total_row"]) { %}
|
||||||
<td>
|
<td>
|
||||||
{% if(!(filters.customer || filters.supplier)) { %}
|
{% if(!(filters.customer || filters.supplier)) { %}
|
||||||
{%= data[i]["party"] %}
|
{%= data[i]["party"] %}
|
||||||
|
|||||||
Reference in New Issue
Block a user