diff --git a/modules/fatture/row-list.php b/modules/fatture/row-list.php index e807cb757..34e0a39e6 100755 --- a/modules/fatture/row-list.php +++ b/modules/fatture/row-list.php @@ -233,7 +233,7 @@ foreach ($righe as $riga) { echo ' '; - if ($record['stato'] != 'Pagato' && $record['stato'] != 'Emessa' && $riga->id != $fattura->rigaBollo->id) { + if ($record['stato'] != 'Pagato' && $record['stato'] != 'Emessa') { echo '
'; @@ -244,6 +244,7 @@ foreach ($righe as $riga) { '; } + if ($riga->id != $fattura->rigaBollo->id) { echo ' @@ -255,8 +256,10 @@ foreach ($righe as $riga) { - + '; + } + echo '