Merge pull request #40640 from deepeshgarg007/default_fb_pl

fix: Add default finance book check in P&L statement
This commit is contained in:
Deepesh Garg
2024-03-25 14:43:29 +05:30
committed by GitHub

View File

@@ -24,3 +24,10 @@ frappe.query_reports["Profit and Loss Statement"]["filters"].push({
fieldtype: "Check",
default: 1,
});
frappe.query_reports["Profit and Loss Statement"]["filters"].push({
fieldname: "include_default_book_entries",
label: __("Include Default FB Entries"),
fieldtype: "Check",
default: 1,
});