mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 07:18:27 +00:00
refactor: ignore filter in general ledger for cr / dr notes
(cherry picked from commit 59d5beee20)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user