Posts: 31,896
Thanks: 693
Thanked 4,190 Times in 3,207 Posts
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;
Recent comments
20 hours 19 min ago
1 day 5 hours ago
1 day 6 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 14 hours ago
1 day 17 hours ago
2 days 3 hours ago
2 days 8 hours ago
2 days 9 hours ago