Skip to content

Commit

Permalink
fix: Add default finance book check in P&L statement
Browse files Browse the repository at this point in the history
(cherry picked from commit 5be3417)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Mar 25, 2024
1 parent 0ec1a88 commit 4485121
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ frappe.require("assets/erpnext/js/financial_statements.js", function () {
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,
});

0 comments on commit 4485121

Please sign in to comment.