filter property changed in address
This commit is contained in:
parent
ed6b489715
commit
5f9ceb8dc8
5
erpnext/patches/reload_address.py
Normal file
5
erpnext/patches/reload_address.py
Normal file
@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
reload_doc('utilities', 'doctype', 'address')
|
Loading…
x
Reference in New Issue
Block a user