refactor: ignore filter in general ledger for cr / dr notes

(cherry picked from commit 59d5beee20)
This commit is contained in:
ruthra kumar
2024-08-02 15:43:04 +05:30
committed by Mergify
parent 3fb6f97f66
commit b20b15af74

View File

@@ -199,6 +199,11 @@ frappe.query_reports["General Ledger"] = {
label: __("Ignore Exchange Rate Revaluation Journals"),
fieldtype: "Check",
},
{
fieldname: "ignore_cr_dr_notes",
label: __("Ignore System Generated Credit / Debit Notes"),
fieldtype: "Check",
},
],
};