fix: Move tax categories up in country wise json
This commit is contained in:
parent
673470705b
commit
40a4330ec1
@ -1164,8 +1164,6 @@
|
||||
},
|
||||
|
||||
"India": {
|
||||
"chart_of_accounts": {
|
||||
"*": {
|
||||
"tax_categories": [
|
||||
{
|
||||
"title": "In-State",
|
||||
@ -1184,7 +1182,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Reverse Charge Out-State",
|
||||
"is_inter_state": 0,
|
||||
"is_inter_state": 1,
|
||||
"gst_state": ""
|
||||
},
|
||||
{
|
||||
@ -1193,6 +1191,8 @@
|
||||
"gst_state": ""
|
||||
}
|
||||
],
|
||||
"chart_of_accounts": {
|
||||
"*": {
|
||||
"item_tax_templates": [
|
||||
{
|
||||
"title": "GST 9%",
|
||||
|
Loading…
Reference in New Issue
Block a user