mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
fix: Update account heads in GST test cases
This commit is contained in:
@@ -211,8 +211,6 @@ def get_or_create_account(company_name, account):
|
||||
'account_number': account.get('account_number')
|
||||
})
|
||||
|
||||
print(company_name, account, existing_accounts)
|
||||
|
||||
if existing_accounts:
|
||||
return frappe.get_doc('Account', existing_accounts[0].name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user