commit | ed6ebdf5ed297352ac7120bb910662d8c4a41183 | [log] [tgz] |
---|---|---|
author | Ganga Manoj <ganga.manoj98@gmail.com> | Mon Jul 19 23:47:58 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jul 21 14:24:21 2021 +0530 |
tree | 3e9710469e41cf2bf80ae5b5b6f2c1b3c2cbb724 | |
parent | 821b75f1b119b5ef9be2278889882db3b73af33c [diff] |
fix: Filter for additional_discount_account Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js index 4ed31cc..bf78c02 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
@@ -504,7 +504,7 @@ filters: { company: frm.doc.company, is_group: 0, - root_type: "Profit and Loss", + report_type: "Profit and Loss", } }; });