diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php
index 79b515adf..1af65a42e 100755
--- a/templates/preventivi/body.php
+++ b/templates/preventivi/body.php
@@ -151,7 +151,7 @@ foreach ($righe as $key => $riga) {
';
echo '
-
+ |
'.($key + 1).'
| ';
@@ -258,7 +258,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on
'.tr('Imponibile', [], ['upper' => true]).':
-
+ |
'.moneyFormat($show_sconto ? $imponibile : $totale_imponibile, 2).'
|
';
@@ -271,7 +271,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on
'.tr('Sconto', [], ['upper' => true]).':
-
+ |
'.moneyFormat($sconto, 2).'
|
';
@@ -283,7 +283,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on
'.tr('Totale imponibile', [], ['upper' => true]).':
-
+ |
'.moneyFormat($totale_imponibile, 2).'
|
';
@@ -296,7 +296,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on
'.tr('Totale IVA', [], ['upper' => true]).':
-
+ |
'.moneyFormat($totale_iva, 2).'
|
';
@@ -307,7 +307,7 @@ if (($options['pricing'] && !isset($options['hide_total'])) || $options['show_on
'.tr('Totale documento', [], ['upper' => true]).':
|
-
+ |
'.moneyFormat($totale, 2).'
|
';