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