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:
Nabin Hait
2017-11-16 16:51:55 +05:30
committed by GitHub
parent 135a54ca93
commit 46be9896a9
27 changed files with 3908 additions and 3369 deletions

View File

@@ -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`")