mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-12 17:40:39 +01:00
Fix stampa partitario mastrino
This commit is contained in:
parent
f1db260a6e
commit
2f7ebc9c6b
@ -86,3 +86,5 @@ if (get('lev') == '2' || get('lev') == '3') {
|
||||
</tr>
|
||||
</table>';
|
||||
}
|
||||
|
||||
echo '</tbody></table>';
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user