commit | 27ea23223d67b072c0ee62acebb9c72cf28a9bf1 | [log] [tgz] |
---|---|---|
author | UrvashiKishnani <41088003+UrvashiKishnani@users.noreply.github.com> | Thu Mar 04 09:21:25 2021 +0400 |
committer | GitHub <noreply@github.com> | Thu Mar 04 09:21:25 2021 +0400 |
tree | 10d7311ea7a38bb49eab82c854d8398397897775 | |
parent | 82c62231961892adb2c6baccb88313449313af0a [diff] |
fix: total row in AR/AP summary report
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html index 79a6aab..f4fd06b 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.html
@@ -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"] %}