From 1708e8b7cec81209974d2df5007685f63f0d2fcc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 6 Sep 2021 13:51:18 +0530 Subject: [PATCH] fix: patch failure for vat audit report (#27355) (#27357) (cherry picked from commit 14b01619dee91ff41381d180bc907ad18744e15a) Co-authored-by: Ankush Menat --- erpnext/patches/v13_0/add_custom_field_for_south_africa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/v13_0/add_custom_field_for_south_africa.py b/erpnext/patches/v13_0/add_custom_field_for_south_africa.py index 96aa5477f01..b34b5c1801f 100644 --- a/erpnext/patches/v13_0/add_custom_field_for_south_africa.py +++ b/erpnext/patches/v13_0/add_custom_field_for_south_africa.py @@ -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()