fix: Add is reverse charge in country wise tax

(cherry picked from commit 7e912db4b13ee2b1b88a68fc6110eb527a0375d5)
This commit is contained in:
Deepesh Garg 2021-12-21 12:54:40 +05:30 committed by mergify-bot
parent cbef04fded
commit 98ac47caa4

View File

@ -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": ""
},
{