Fix stampa partitario mastrino

This commit is contained in:
valentina 2024-09-06 16:19:09 +02:00
parent f1db260a6e
commit 2f7ebc9c6b
2 changed files with 3 additions and 0 deletions

View File

@ -86,3 +86,5 @@ if (get('lev') == '2' || get('lev') == '3') {
</tr>
</table>';
}
echo '</tbody></table>';

View File

@ -23,6 +23,7 @@ $date_start = $_SESSION['period_start'];
$date_end = $_SESSION['period_end'];
$saldo_iniziale = 0;
$i = 0;
$records = [];
if (get('lev') == '3') {
$conto3 = $dbo->fetchOne('SELECT * FROM co_pianodeiconti3 WHERE id='.prepare($id_record));