refactor: remove extraneous disabled filters

This commit is contained in:
Bernd Oliver Sünderhauf
2023-10-28 02:10:28 +02:00
parent fd78f868e1
commit f276fbba4f
8 changed files with 1 additions and 30 deletions

View File

@@ -30,7 +30,6 @@ erpnext.accounts.taxes = {
filters: {
"account_type": account_type,
"company": doc.company,
"disabled": 0
}
}
});