mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: update default KSA VAT rate for setup (#27614)
This commit is contained in:
@@ -2116,9 +2116,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Saudi Arabia": {
|
"Saudi Arabia": {
|
||||||
"KSA VAT 5%": {
|
"KSA VAT 15%": {
|
||||||
"account_name": "VAT 5%",
|
"account_name": "VAT 15%",
|
||||||
"tax_rate": 5.00
|
"tax_rate": 15.00
|
||||||
},
|
},
|
||||||
"KSA VAT Zero": {
|
"KSA VAT Zero": {
|
||||||
"account_name": "VAT Zero",
|
"account_name": "VAT Zero",
|
||||||
|
|||||||
Reference in New Issue
Block a user