refactor: remove extraneous disabled filters (backport #37732) (#37748)

* refactor: remove extraneous disabled filters

(cherry picked from commit f276fbba4f)

# Conflicts:
#	erpnext/accounts/report/profitability_analysis/profitability_analysis.js
#	erpnext/public/js/controllers/accounts.js

* chore: `conflicts`

---------

Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com>
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
mergify[bot]
2023-10-30 10:10:16 +05:30
committed by GitHub
parent fabcfc1fce
commit b605b08ec1
8 changed files with 1 additions and 30 deletions

View File

@@ -28,7 +28,6 @@ frappe.ui.form.on(cur_frm.doctype, {
filters: {
"account_type": account_type,
"company": doc.company,
"disabled": 0
}
}
});