fix: Move tax categories up in country wise json

This commit is contained in:
Deepesh Garg 2021-06-23 12:38:37 +05:30
parent 673470705b
commit 40a4330ec1

View File

@ -1164,8 +1164,6 @@
}, },
"India": { "India": {
"chart_of_accounts": {
"*": {
"tax_categories": [ "tax_categories": [
{ {
"title": "In-State", "title": "In-State",
@ -1184,7 +1182,7 @@
}, },
{ {
"title": "Reverse Charge Out-State", "title": "Reverse Charge Out-State",
"is_inter_state": 0, "is_inter_state": 1,
"gst_state": "" "gst_state": ""
}, },
{ {
@ -1193,6 +1191,8 @@
"gst_state": "" "gst_state": ""
} }
], ],
"chart_of_accounts": {
"*": {
"item_tax_templates": [ "item_tax_templates": [
{ {
"title": "GST 9%", "title": "GST 9%",