Moved Custom Server Scripts to custom_scripts/doctype_name.py
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 92dd527..8a79155 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -225,4 +225,5 @@
 	"patches.october_2013.p03_crm_update_status",
 	"execute:webnotes.delete_doc('DocType', 'Setup Control')",
 	"patches.october_2013.p04_wsgi_migration",
+	"patches.october_2013.p05_server_custom_script_to_file",
 ]
\ No newline at end of file