openstamanager/update/2_4_11.sql

4 lines
196 B
MySQL
Raw Normal View History

2019-07-12 12:40:13 +02:00
UPDATE `zz_prints` SET `filename` = 'Preventivo num. {numero} del {data}' WHERE `name` = 'Preventivo (senza totali)';
2019-07-15 11:16:12 +02:00
DELETE FROM `zz_plugins` WHERE `name` = 'Pianificazione ordini di servizio';