From 63adcb7355f2c8d1a1c0d2b340faae99701a65de Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 2 Feb 2012 13:44:28 +0530 Subject: [PATCH] patch update --- erpnext/patches/jan_mar_2012/website.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/patches/jan_mar_2012/website.py b/erpnext/patches/jan_mar_2012/website.py index 29209bc740..2d25e1f515 100644 --- a/erpnext/patches/jan_mar_2012/website.py +++ b/erpnext/patches/jan_mar_2012/website.py @@ -5,7 +5,6 @@ from webnotes.model.doc import Document def execute(): add_website_manager() - return cleanup_file_data() update_patch_log() from webnotes.modules import reload_doc