Recurring invoice checkbox added in features setup
diff --git a/erpnext/patches/reload_rv.py b/erpnext/patches/reload_rv.py
index b52b111..5f3bc21 100644
--- a/erpnext/patches/reload_rv.py
+++ b/erpnext/patches/reload_rv.py
@@ -1,5 +1,8 @@
 def execute():
 	import webnotes
 	from webnotes.modules.module_manager import reload_doc
+	from webnotes.model.code import get_obj
 
 	reload_doc('accounts', 'doctype', 'receivable_voucher')
+
+	get_obj('Features setup').validate()