From 646f8b78715e1cb92953d7f3bf7d99d4453d4bd8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 26 Sep 2021 11:14:20 +0530 Subject: [PATCH] fix: update default KSA VAT rate for setup (#27614) (#27622) (cherry picked from commit abded895f3e47ac8ac24117eca998e202a5dba16) Co-authored-by: Kenneth Sequeira <33246109+kennethsequeira@users.noreply.github.com> --- erpnext/setup/setup_wizard/data/country_wise_tax.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 34af093a231..b7e895db363 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -2116,9 +2116,9 @@ }, "Saudi Arabia": { - "KSA VAT 5%": { - "account_name": "VAT 5%", - "tax_rate": 5.00 + "KSA VAT 15%": { + "account_name": "VAT 15%", + "tax_rate": 15.00 }, "KSA VAT Zero": { "account_name": "VAT Zero",