From 1772ee27bcb27703d6ae03362bf4176f55b39a75 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 30 Aug 2018 13:06:59 +0200 Subject: [PATCH] Bugfix minori --- modules/fatture/edit.php | 2 +- update/2_4_1.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 00c3593e4..a4f5b53c2 100644 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -279,7 +279,7 @@ if ($records[0]['stato'] != 'Pagato' && $records[0]['stato'] != 'Emessa') { } echo ' -
+
Intervento diff --git a/update/2_4_1.sql b/update/2_4_1.sql index b8f794156..6c5af9e6b 100644 --- a/update/2_4_1.sql +++ b/update/2_4_1.sql @@ -495,5 +495,5 @@ ALTER TABLE `zz_segments` ADD `predefined_accredito` TINYINT(1) NOT NULL AFTER ` -- Fattura di vendita senza intestazione (per carta intestata) INSERT INTO `zz_prints` (`id`, `id_module`, `is_record`, `name`, `title`, `directory`, `previous`, `options`, `icon`, `version`, `compatibility`, `order`, `main`, `default`, `enabled`) VALUES (NULL, (SELECT id FROM zz_modules WHERE name='Fatture di vendita'), 1, 'Fattura di vendita (senza intestazione)', 'Fattura di vendita (senza intestazione)', 'fatture', 'iddocumento', '{"hide_header":true, "hide_footer":true}', 'fa fa-print', '', '', 0, 0, 1, 1); - +UPDATE `zz_prints` SET `main` = '1' WHERE `name` = 'Fattura di vendita';