From 7e6ee52346322b93d410970600bfeb725f702c60 Mon Sep 17 00:00:00 2001 From: Sajo <75281007+sajotrei@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:38:59 +0200 Subject: [PATCH] Fix stampa note nel preventivo (#1868) --- templates/preventivi/body.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index 2adae9d4b..d0c620a84 100755 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -529,6 +529,13 @@ echo ' '; +if (!empty($documento['note'])) { + echo ' +
+

'.tr('Note', [], ['upper' => true]).':

+

'.nl2br((string) $documento['note']).'

'; +} + // Conclusione echo '

'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'

';