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

refactor: remove extraneous disabled filters

(cherry picked from commit f276fbba4f)

Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2023-10-30 09:57:32 +05:30
committed by GitHub
parent 4819fde8c5
commit 18e40dd032
8 changed files with 1 additions and 30 deletions

View File

@@ -9,7 +9,6 @@ frappe.ui.form.on('Asset', {
frm.set_query("item_code", function() {
return {
"filters": {
"disabled": 0,
"is_fixed_asset": 1,
"is_stock_item": 0
}