Fix stampa situazione patrimoniale

This commit is contained in:
valentina 2024-09-26 10:35:49 +02:00
parent 8be11862d9
commit 688cc05f4b
1 changed files with 9 additions and 9 deletions

View File

@ -31,13 +31,15 @@ if (get('lev') == '2' || get('lev') == '3') {
} }
} }
echo ' echo '
<tr> <tr>
<th></th> <th></th>
<th>SALDO FINALE</th> <th>SALDO FINALE</th>
<th class="text-right">'.moneyFormat(abs($dare), 2).'</th> <th class="text-right">'.moneyFormat(abs($dare), 2).'</th>
<th class="text-right">'.moneyFormat(abs($avere), 2).'</th> <th class="text-right">'.moneyFormat(abs($avere), 2).'</th>
<th class="text-right">'.moneyFormat(abs($scalare), 2).'</th> <th class="text-right">'.moneyFormat(abs($scalare), 2).'</th>
</tr>'; </tr>
</tbody>
</table>';
} elseif (get('lev') == '1') { } elseif (get('lev') == '1') {
$totale_attivo = 0; $totale_attivo = 0;
$totale_passivo = 0; $totale_passivo = 0;
@ -86,5 +88,3 @@ if (get('lev') == '2' || get('lev') == '3') {
</tr> </tr>
</table>'; </table>';
} }
echo '</tbody></table>';