fix: patch failure for vat audit report (#27355)

This commit is contained in:
Ankush Menat 2021-09-06 13:47:56 +05:30 committed by GitHub
parent 0f2a52078c
commit 14b01619de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ def execute():
return
frappe.reload_doc('regional', 'doctype', 'south_africa_vat_settings')
frappe.reload_doc('regional', 'report', 'vat_audit_report')
frappe.reload_doc('accounts', 'doctype', 'south_africa_vat_account')
make_custom_fields()