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

This commit is contained in:
ruthra kumar
2024-08-02 15:43:04 +05:30
parent 281198456d
commit 59d5beee20

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",
},
],
};