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:47:58 +05:30 committed by Deepesh Garg
parent 821b75f1b1
commit ed6ebdf5ed

View File

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