fix: Add default finance book check in P&L statement

This commit is contained in:
Deepesh Garg
2024-03-24 19:02:38 +05:30
parent b1a9b6d64a
commit 5be3417fdf

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,
});