diff --git a/erpnext/setup/doctype/company/company.js b/erpnext/setup/doctype/company/company.js index 6beb400e228..a4cdbe223f1 100644 --- a/erpnext/setup/doctype/company/company.js +++ b/erpnext/setup/doctype/company/company.js @@ -274,7 +274,7 @@ erpnext.company.setup_queries = function (frm) { ["default_payable_account", { root_type: "Liability", account_type: "Payable" }], ["default_expense_account", { root_type: "Expense" }], ["default_income_account", { root_type: "Income" }], - ["round_off_account", { root_type: "Expense" }], + ["round_off_account", { root_type: ["in", ["Expense", "Income"]] }], ["round_off_for_opening", { root_type: "Liability", account_type: "Round Off for Opening" }], ["write_off_account", { root_type: "Expense" }], ["default_deferred_expense_account", {}],