mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Recurring invoices patch
This commit is contained in:
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')
|
||||||
Reference in New Issue
Block a user