Available number of characters in tax name field

Hello,

is it possibile increase the number of characters accepted from the tax name field to 50/60 in the next versions? In some country (like Italy) we have to insert string like this:

Contributo INPS 4% ex. Art. 2 c. 26 L. 335/95

p.s. to do it now I have just to increase it on the tax name db field?

Run this on your database:
ALTER TABLE ip_tax_rates CHANGE tax_rate_name tax_rate_name VARCHAR(60) NOT NULL;


Development Reference: IP-198

1 Like