remove super from help article (#2585)
This commit is contained in:
parent
31f978e4ed
commit
4dfd10b0e6
1 changed files with 0 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue