mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
moved directory structure
This commit is contained in:
5
patches/april_2012/reload_c_form.py
Normal file
5
patches/april_2012/reload_c_form.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('accounts', 'doctype', 'c_form')
|
||||
Reference in New Issue
Block a user