Recurring invoices patch

This commit is contained in:
Nabin Hait 2011-12-06 15:10:48 +05:30
parent a4fdc84fda
commit ea5f5ca57d

View File

@ -0,0 +1,5 @@
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'receivable_voucher')