mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
refactor: filter on account_type
(cherry picked from commit 193ea9ad8f)
This commit is contained in:
@@ -252,7 +252,7 @@ erpnext.company.setup_queries = function (frm) {
|
|||||||
["default_expense_account", { root_type: "Expense" }],
|
["default_expense_account", { root_type: "Expense" }],
|
||||||
["default_income_account", { root_type: "Income" }],
|
["default_income_account", { root_type: "Income" }],
|
||||||
["round_off_account", { root_type: "Expense" }],
|
["round_off_account", { root_type: "Expense" }],
|
||||||
["round_off_for_opening", { root_type: "Liability" }],
|
["round_off_for_opening", { root_type: "Liability", account_type: "Round Off for Opening" }],
|
||||||
["write_off_account", { root_type: "Expense" }],
|
["write_off_account", { root_type: "Expense" }],
|
||||||
["default_deferred_expense_account", {}],
|
["default_deferred_expense_account", {}],
|
||||||
["default_deferred_revenue_account", {}],
|
["default_deferred_revenue_account", {}],
|
||||||
|
|||||||
Reference in New Issue
Block a user