From 7b39b190d835a96f12664923f72ca6562ed8b4ad Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 9 Sep 2020 15:48:46 +0200 Subject: [PATCH] Fix colspan stampa preventivo --- templates/preventivi/body.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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).' ';