commit | c57c5b0b4465fbbd1224a63ca6bcaaee3b28c634 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 16 10:17:26 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 16 10:17:26 2011 +0530 |
tree | 60fea9d5125efee9e297853f8bfcfa6d8479e290 | |
parent | b2150de64b6d6974f16528f1ae92b8b0aaa86f50 [diff] |
Return if old patch.py executed anyway
diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py index 97179ca..4e32c02 100644 --- a/erpnext/patches/patch.py +++ b/erpnext/patches/patch.py
@@ -5,7 +5,8 @@ #------------------------------------------- -def execute_depricated(patch_no): +def execute(patch_no): + return import webnotes from webnotes.modules.module_manager import reload_doc