mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
Patch for c-form
This commit is contained in:
@@ -5,6 +5,7 @@ def execute():
|
||||
reload_doc('accounts', 'doctype', 'receivable_voucher')
|
||||
reload_doc('accounts', 'doctype', 'c_form')
|
||||
reload_doc('accounts', 'doctype', 'c_form_invoice_details')
|
||||
reload_doc('accounts', 'Module Def', 'Accounts')
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
sql("update `tabReceivable Voucher` set c_form_applicable = 'Yes' where c_form_applicable = 'Y'")
|
||||
|
||||
Reference in New Issue
Block a user