diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py index 97179caa6d3..4e32c02e2ce 100644 --- a/erpnext/patches/patch.py +++ b/erpnext/patches/patch.py @@ -5,7 +5,8 @@ last_patch = 388 #------------------------------------------- -def execute_depricated(patch_no): +def execute(patch_no): + return import webnotes from webnotes.modules.module_manager import reload_doc