mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Co-authored-by: Antoine Maas <antoine.maas@okte.io>
This commit is contained in:
@@ -262,7 +262,15 @@
|
||||
},
|
||||
"Belgium VAT 12%": {
|
||||
"account_name": "VAT 12%",
|
||||
"tax_rate": 12
|
||||
"tax_rate": 12.00
|
||||
},
|
||||
"Belgium VAT 6%": {
|
||||
"account_name": "VAT 6%",
|
||||
"tax_rate": 6.00
|
||||
},
|
||||
"Belgium VAT 0%": {
|
||||
"account_name": "VAT 0%",
|
||||
"tax_rate": 0.00
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user