after sync cleanup
This commit is contained in:
parent
708917db50
commit
c425d8bd16
5
erpnext/patches/april_2012/after_sync_cleanup.py
Normal file
5
erpnext/patches/april_2012/after_sync_cleanup.py
Normal file
@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model import delete_doc
|
||||
|
||||
delete_doc('Module Def', 'Knowledge Base')
|
Loading…
x
Reference in New Issue
Block a user