mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: Move tax categories up in country wise json
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user