Skip to content

Commit

Permalink
fix: Add is reverse charge in country wise tax
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Dec 21, 2021
1 parent 3fed740 commit 7e912db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/setup/setup_wizard/data/country_wise_tax.json
Original file line number Diff line number Diff line change
Expand Up @@ -1178,11 +1178,13 @@
{
"title": "Reverse Charge In-State",
"is_inter_state": 0,
"is_reverse_charge": 1,
"gst_state": ""
},
{
"title": "Reverse Charge Out-State",
"is_inter_state": 1,
"is_reverse_charge": 1,
"gst_state": ""
},
{
Expand Down

0 comments on commit 7e912db

Please sign in to comment.