diff --git a/update/2_4_46.sql b/update/2_4_46.sql index 7cc01737c..35ebc0b34 100644 --- a/update/2_4_46.sql +++ b/update/2_4_46.sql @@ -22,4 +22,7 @@ ORDER BY `scadenza` ASC" WHERE `name` = 'Scadenzario'; -- Rimozione stampa spesometro -DELETE FROM `zz_prints` WHERE `name` = 'Spesometro'; \ No newline at end of file +DELETE FROM `zz_prints` WHERE `name` = 'Spesometro'; + +-- Aggiunta stampa ddt in entrata +INSERT INTO `zz_prints` (`id`, `id_module`, `is_record`, `name`, `title`, `filename`, `directory`, `previous`, `options`, `icon`, `version`, `compatibility`, `order`, `predefined`, `default`, `enabled`) VALUES (NULL, (SELECT `id` FROM `zz_modules` WHERE `name` = 'Ddt di acquisto'), '1', 'Ddt di acquisto', 'Ddt in entrata', 'DDT num. {numero} del {data}', 'ddt', 'idddt', '{\"pricing\":true}', 'fa fa-print', '', '', '0', '1', '1', '1'); \ No newline at end of file