commit | 8fc9c13734e033ddb5327b29a3fe175ed5ded823 | [log] [tgz] |
---|---|---|
author | Ganga Manoj <ganga.manoj98@gmail.com> | Mon Jul 19 23:46:38 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Jul 19 23:46:38 2021 +0530 |
tree | e81d8c8794bba43d389602fd28fe9ee12366dd26 | |
parent | 0ea2934cd51e2d0c8af9cc22a8db16d60dd0dd3f [diff] |
fix: Filter for additional_discount_account Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index 3fb20d9..2751b55 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js
@@ -596,7 +596,7 @@ filters: { company: frm.doc.company, is_group: 0, - root_type: "Profit and Loss", + report_type: "Profit and Loss", } }; });