remove depricated default fileds
diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py
index 7e8a083..97179ca 100644
--- a/erpnext/patches/patch.py
+++ b/erpnext/patches/patch.py
@@ -5,7 +5,7 @@
 
 #-------------------------------------------
 
-def execute(patch_no):
+def execute_depricated(patch_no):
 	import webnotes
 	from webnotes.modules.module_manager import reload_doc