V13.10 update error : South Africa VAT

Hello all

I’m trying to update v13.9 to v13.10 with

bench update --reset

but get this error:

frappe.exceptions.DoesNotExistError: DocType South Africa VAT Account not found

I then try to reload the doctype with

bench --force --site site1.local reload-doc “regional” “doctype” “South Africa VAT Settings”

which seems to succeed (no errors), but when I invoke

bench --force --site site1.local reload-doc “regional” “doctype” “South Africa VAT Account”

I get

bench/apps/erpnext/erpnext/regional/doctype/south_africa_vat_account/south_africa_vat_account.json missing

Does anyone know how to update and / or correct for the missing doctype?
Thanks so much

1 Like

Ahhhh… your’re a star!

Thanks so much.

But now I recieve

frappe.exceptions.LinkValidationError: Could not find Report: VAT Audit Report

Here are the steps to update to v13.10

Caveat : Make a back up of your system before you run these commands! I have a VM, so it is easy to simply clone the entire OS + Frappe + ERPNext.

1. bench --force --site site1.local reload-doc “regional” “doctype” “South Africa VAT Settings”
2. bench --force --site site1.local reload-doc “accounts” “doctype” “South Africa VAT Account”
3. bench migrate --skip-failing
4. bench update --reset