commit | 821b75f1b119b5ef9be2278889882db3b73af33c | [log] [tgz] |
---|---|---|
author | Ganga Manoj <ganga.manoj98@gmail.com> | Mon Jul 19 23:46:38 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jul 21 14:24:21 2021 +0530 |
tree | 941cade47d2d44d5abb44e8f4d7fe4369f8ab31d | |
parent | f421dc7ca74f97794c8eca5bf52fcfabef178cfe [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 a5341df..0256227 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", } }; });