added delete permissions for custom script and added autoname method
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 9196363..8194b86 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -639,4 +639,8 @@
 		'patch_module': 'patches.october_2012',
 		'patch_file': 'fix_cancelled_gl_entries',
 	},
+	{
+		'patch_module': 'patches.october_2012',
+		'patch_file': 'custom_script_delete_permission',
+	}
 ]