Posts: 31,888
Thanks: 693
Thanked 4,188 Times in 3,205 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
16 hours 55 min ago
21 hours 54 min ago
23 hours 21 min ago
1 day 14 min ago
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 22 hours ago
2 days 10 min ago