We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955313 commit 39f08c5Copy full SHA for 39f08c5
1 file changed
update/2_7.sql
@@ -227,4 +227,6 @@ INSERT INTO `zz_views_lang` (`id_lang`, `id_record`, `title`) VALUES
227
(2, (SELECT `id` FROM `zz_views` WHERE `name` = 'Note interne' AND `id_module` = @id_module), 'Notes');
228
229
-- Aggiunto sezionale in stampe definitive
230
-ALTER TABLE `co_stampecontabili` ADD `id_sezionale` INT NOT NULL;
+ALTER TABLE `co_stampecontabili` ADD `id_sezionale` INT NOT NULL;
231
+
232
+UPDATE `zz_prints` SET `options` = '{\"pricing\":false, \"last-page-footer\":true, \"show-only-total\":true, \"images\": true}' WHERE `zz_prints`.`name` = 'Preventivo (solo totale)';
0 commit comments