Skip to content

Commit

Permalink
refactor: ignore filter in general ledger for cr / dr notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Aug 2, 2024
1 parent 2811984 commit 59d5bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions erpnext/accounts/report/general_ledger/general_ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
};

Expand Down

0 comments on commit 59d5bee

Please sign in to comment.