Rimozione righe senza movimenti in stampa mastrino

This commit is contained in:
loviuz 2020-05-20 09:38:46 +02:00
parent 6c3864dbab
commit 1406fb8285
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@ elseif ($_GET['lev'] == '2') {
}
// Mostro il saldo finale del conto di livello 3
$body .= " <tr><td class='br bb padded'></td><td class='br bb padded'>".$rs3[$z]['numero'].' '.$rs3[$z]['descrizione']."</td><td class='br bb padded text-right'>".$dare."</td><td class='bb padded text-right'>".$avere."</td></tr>\n";
if (sizeof($rs) > 0) {
$body .= " <tr><td class='br bb padded'></td><td class='br bb padded'>".$rs3[$z]['numero'].' '.$rs3[$z]['descrizione']."</td><td class='br bb padded text-right'>".$dare."</td><td class='bb padded text-right'>".$avere."</td></tr>\n";
}
}
$body .= " </tbody>