mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: json format fixes
This commit is contained in:
@@ -655,11 +655,11 @@
|
|||||||
},
|
},
|
||||||
"Italy VAT 10%":{
|
"Italy VAT 10%":{
|
||||||
"account_name": "IVA 10%",
|
"account_name": "IVA 10%",
|
||||||
"tax_rate": 10.00,
|
"tax_rate": 10.00
|
||||||
},
|
},
|
||||||
"Italy VAT 4%":{
|
"Italy VAT 4%":{
|
||||||
"account_name": "IVA 4%",
|
"account_name": "IVA 4%",
|
||||||
"tax_rate": 4.00,
|
"tax_rate": 4.00
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user