mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: Add is reverse charge in country wise tax
(cherry picked from commit 7e912db4b1)
This commit is contained in:
committed by
mergify-bot
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": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user