commit | 3eec4e61ab8255be6426ed9ce807c3f22896461c | [log] [tgz] |
---|---|---|
author | Kenneth Sequeira <seq.kenneth@gmail.com> | Tue Oct 13 19:23:48 2020 +0530 |
committer | Kenneth Sequeira <seq.kenneth@gmail.com> | Tue Oct 13 19:23:48 2020 +0530 |
tree | a3e126a7e6cbce7c6c133ee9d7666a06f0eb1f14 | |
parent | 1b329aaa7b08a906cb97dba697fc84a352c4cb82 [diff] |
fix: GST rates for Australia
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 2e45b69..beddaee 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -60,14 +60,10 @@ }, "Australia": { - "Australia GST1": { + "Australia GST": { "account_name": "GST 10%", "tax_rate": 10.00, "default": 1 - }, - "Australia GST 2%": { - "account_name": "GST 2%", - "tax_rate": 2 } },