mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: update default KSA VAT rate for setup (#27614)
(cherry picked from commit abded895f3)
# Conflicts:
# erpnext/setup/setup_wizard/data/country_wise_tax.json
This commit is contained in:
committed by
Mergify
parent
f5160dc83d
commit
6f1afa8766
@@ -2121,10 +2121,13 @@
|
|||||||
"KSA VAT 15%": {
|
"KSA VAT 15%": {
|
||||||
"account_name": "VAT 15%",
|
"account_name": "VAT 15%",
|
||||||
"tax_rate": 15.00
|
"tax_rate": 15.00
|
||||||
|
<<<<<<< HEAD
|
||||||
},
|
},
|
||||||
"KSA VAT 5%": {
|
"KSA VAT 5%": {
|
||||||
"account_name": "VAT 5%",
|
"account_name": "VAT 5%",
|
||||||
"tax_rate": 5.00
|
"tax_rate": 5.00
|
||||||
|
=======
|
||||||
|
>>>>>>> abded895f3 (fix: update default KSA VAT rate for setup (#27614))
|
||||||
},
|
},
|
||||||
"KSA VAT Zero": {
|
"KSA VAT Zero": {
|
||||||
"account_name": "VAT Zero",
|
"account_name": "VAT Zero",
|
||||||
|
|||||||
Reference in New Issue
Block a user