mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: Add is reverse charge in country wise tax
This commit is contained in:
@@ -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