You can do this with a sql command directly in the database. If your new vat rate is e.g. 15% and the old vat rate is 19%, the run this sql query in the ispconfig mysql database with e.g. phpmyadmin: Code: UPDATE invoice_item_template SET vat = 15 WHERE vat = 19;