commit | 656c758263fa91f847377a503d76b70b91ffb741 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Sep 26 14:20:41 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue Sep 26 14:20:41 2023 +0530 |
tree | 7d9c8e7f954c3a997ac7bde0c8221af81cbda24f | |
parent | 73fc97495040fe574cef94930e06aaa7b4e87b7b [diff] |
chore: Add missing comma
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index b59e219..a746ebe 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -160,7 +160,7 @@ "Botswana Tax 14%": { "account_name": "VAT", "tax_rate": 14.00 - } + }, "Botswana Tax 12%": { "account_name": "VAT", "tax_rate": 12.00,