fixed conflict

This commit is contained in:
Nabin Hait
2013-02-08 14:07:29 +05:30
24 changed files with 230 additions and 97 deletions

View File

@@ -249,3 +249,13 @@ class DocType(TransactionBase):
#update master_name in doctype account
webnotes.conn.sql("""update `tabAccount` set master_name = %s,
master_type = 'Customer' where master_name = %s""", (new,old))
test_records = [
[{
"doctype": "Customer",
"customer_type": "Individual",
"customer_group": "_Test Customer Group",
"territory": "_Test Territory",
"company": "_Test Company"
}]
]