fix: accounts are coming from different company in the dropdown

(cherry picked from commit dabe5981bb)
This commit is contained in:
Rohit Waghchaure
2022-01-13 12:51:34 +05:30
committed by mergify-bot
parent f1c08f9b8c
commit e28b046cf9

View File

@@ -213,6 +213,9 @@ erpnext.company.setup_queries = function(frm) {
["default_payroll_payable_account", {"root_type": "Liability"}],
["round_off_account", {"root_type": "Expense"}],
["write_off_account", {"root_type": "Expense"}],
["default_deferred_expense_account", {}],
["default_deferred_revenue_account", {}],
["default_expense_claim_payable_account", {}],
["default_discount_account", {}],
["discount_allowed_account", {"root_type": "Expense"}],
["discount_received_account", {"root_type": "Income"}],