Moved Custom Server Scripts to custom_scripts/doctype_name.py

This commit is contained in:
Anand Doshi
2013-10-14 15:48:57 +05:30
parent 56bc5c0ea6
commit 6bc48070a1
2 changed files with 36 additions and 0 deletions

View File

@@ -225,4 +225,5 @@ patch_list = [
"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",
]