We need to modify the codebase to change the data type of the code attribute for VAT rates from an integer to a string when creating a product.
When creating VAT Rate the code is a string, e.g. 20.0 % S, so we need to adjust the rest of the code for this.
We need to modify the codebase to change the data type of the
code
attribute for VAT rates from an integer to a string when creating a product. When creating VAT Rate thecode
is a string, e.g. 20.0 % S, so we need to adjust the rest of the code for this.