fix: Filter for additional_discount_account

Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
This commit is contained in:
Ganga Manoj 2021-07-19 23:46:38 +05:30 committed by GitHub
parent 0ea2934cd5
commit 8fc9c13734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,7 +596,7 @@ frappe.ui.form.on('Sales Invoice', {
filters: { filters: {
company: frm.doc.company, company: frm.doc.company,
is_group: 0, is_group: 0,
root_type: "Profit and Loss", report_type: "Profit and Loss",
} }
}; };
}); });