mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Account number in chart of accounts (#10551)
* Account number in chart of accounts * Include account number while renaming account * Test case fixed * Standard coa with and without numbers * Standard coa with and without numbers
This commit is contained in:
@@ -40,8 +40,8 @@ def before_tests():
|
||||
"company_tagline" :"Testing",
|
||||
"email" :"test@erpnext.com",
|
||||
"password" :"test",
|
||||
"chart_of_accounts" : "Standard",
|
||||
"domain" : "Manufacturing"
|
||||
"chart_of_accounts" : "India - Chart of Accounts",
|
||||
"domain" : "Manufacturing",
|
||||
})
|
||||
|
||||
frappe.db.sql("delete from `tabLeave Allocation`")
|
||||
|
||||
Reference in New Issue
Block a user