mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
feat: allow income as root type for round off account
This commit is contained in:
@@ -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", {}],
|
||||
|
||||
Reference in New Issue
Block a user