commit | 7394239e05c751493bf0a62e99454fbddfce5e18 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jan 05 12:16:28 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 05 12:16:28 2012 +0530 |
tree | 4cf29a7ab7275741185ba7d03d8220a2be9ad419 | |
parent | 2abc6026f2296e33bbf1177bf1510b7cdd07a8eb [diff] |
delete purpose of service
diff --git a/erpnext/patches/delete_pur_of_service.py b/erpnext/patches/delete_pur_of_service.py new file mode 100644 index 0000000..eecece6 --- /dev/null +++ b/erpnext/patches/delete_pur_of_service.py
@@ -0,0 +1,4 @@ +def execute(): + import webnotes + from webnotes.model import delete_doc + delete_doc('DocType', 'Purpose of Service')