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 830b95bdcb
commit e9bcb1bbb2

View File

@@ -209,6 +209,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",
},
],
};