Skip to content

Commit

Permalink
fix: Remove accumulated values filter from P&L and cashflow report
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Mar 17, 2020
1 parent 36c28d4 commit bb98b7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions erpnext/accounts/report/cash_flow/cash_flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ frappe.require("assets/erpnext/js/financial_statements.js", function() {
frappe.query_reports["Cash Flow"]["filters"].splice(5, 1);

frappe.query_reports["Cash Flow"]["filters"].push(
{
"fieldname": "accumulated_values",
"label": __("Accumulated Values"),
"fieldtype": "Check"
},
{
"fieldname": "include_default_book_entries",
"label": __("Include Default Book Entries"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ frappe.require("assets/erpnext/js/financial_statements.js", function() {
return frappe.db.get_link_options('Project', txt);
}
},
{
"fieldname": "accumulated_values",
"label": __("Accumulated Values"),
"fieldtype": "Check"
},
{
"fieldname": "include_default_book_entries",
"label": __("Include Default Book Entries"),
Expand Down

0 comments on commit bb98b7c

Please sign in to comment.