Rimozione righe senza movimenti in stampa mastrino
This commit is contained in:
parent
6c3864dbab
commit
1406fb8285
|
@ -141,8 +141,10 @@ elseif ($_GET['lev'] == '2') {
|
|||
}
|
||||
|
||||
// Mostro il saldo finale del conto di livello 3
|
||||
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>
|
||||
</table>\n";
|
||||
|
|
Loading…
Reference in New Issue