Recurring invoices patch
This commit is contained in:
parent
a4fdc84fda
commit
ea5f5ca57d
5
erpnext/patches/reload_rv.py
Normal file
5
erpnext/patches/reload_rv.py
Normal file
@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
reload_doc('accounts', 'doctype', 'receivable_voucher')
|
Loading…
x
Reference in New Issue
Block a user