mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 02:11:39 +00:00
Merge branch 'latest' of github.com:webnotes/erpnext into latest
This commit is contained in:
0
erpnext/patches/jan_mar_2012/apps/__init__.py
Normal file
0
erpnext/patches/jan_mar_2012/apps/__init__.py
Normal file
6
erpnext/patches/jan_mar_2012/apps/todo_item.py
Normal file
6
erpnext/patches/jan_mar_2012/apps/todo_item.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def execute():
|
||||
"""
|
||||
* Reload ToDo Item
|
||||
"""
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('utilities', 'doctype', 'todo_item')
|
||||
@@ -3,6 +3,9 @@ import patches.jan_mar_2012.website.feed
|
||||
import patches.jan_mar_2012.website.website
|
||||
import patches.jan_mar_2012.website.cleanups
|
||||
import patches.jan_mar_2012.website.domain_list
|
||||
import patches.jan_mar_2012.website.file_data_rename
|
||||
import patches.jan_mar_2012.website.analytics
|
||||
|
||||
|
||||
def execute():
|
||||
patches.jan_mar_2012.website.login.execute()
|
||||
@@ -11,3 +14,4 @@ def execute():
|
||||
patches.jan_mar_2012.website.cleanups.execute()
|
||||
patches.jan_mar_2012.website.domain_list.execute()
|
||||
patches.jan_mar_2012.website.file_data_rename.execute()
|
||||
patches.jan_mar_2012.website.analytics.execute()
|
||||
|
||||
Reference in New Issue
Block a user