fix: Add is reverse charge in country wise tax
(cherry picked from commit 7e912db4b13ee2b1b88a68fc6110eb527a0375d5)
This commit is contained in:
parent
cbef04fded
commit
98ac47caa4
@ -1178,11 +1178,13 @@
|
|||||||
{
|
{
|
||||||
"title": "Reverse Charge In-State",
|
"title": "Reverse Charge In-State",
|
||||||
"is_inter_state": 0,
|
"is_inter_state": 0,
|
||||||
|
"is_reverse_charge": 1,
|
||||||
"gst_state": ""
|
"gst_state": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Reverse Charge Out-State",
|
"title": "Reverse Charge Out-State",
|
||||||
"is_inter_state": 1,
|
"is_inter_state": 1,
|
||||||
|
"is_reverse_charge": 1,
|
||||||
"gst_state": ""
|
"gst_state": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user