remove super from help article (#2585)

This commit is contained in:
rohitwaghchaure 2017-01-12 14:37:45 +05:30 committed by Rushabh Mehta
parent 31f978e4ed
commit 4dfd10b0e6

View file

@ -26,7 +26,6 @@ class HelpArticle(WebsiteGenerator):
def on_update(self):
self.update_category()
clear_cache()
super(HelpArticle, self).on_update()
def update_category(self):
cnt = frappe.db.sql("""select count(*) from `tabHelp Article`