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").'
';