Merge branch 'master' of github.com:webnotes/erpnext

Conflicts:
	patches/patch.py
diff --git a/patches/patch.py b/patches/patch.py
index abd6ed6..76019c0 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1354,4 +1354,4 @@
 		reload_doc('knowledge_base', 'doctype', 'answer')
 	elif patch_no == 335:
 		for dt in ['Account', 'Cost Center', 'Territory', 'Item Group', 'Customer Group']:
-			sql("update `tabDocField` set fieldtype = 'Link', options = %s where fieldname = 'old_parent' and parent = %s", (dt, dt))
+			sql("update `tabDocField` set fieldtype = 'Link', options = %s where fieldname = 'old_parent' and parent = %s", (dt, dt))
\ No newline at end of file