1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

fix: stampa bilancio senza passività

This commit is contained in:
valentina 2024-11-05 16:25:17 +01:00
parent dc26481c3b
commit 467ebaea56

View File

@ -192,7 +192,7 @@ if ($utile_perdita < 0) {
</tr> </tr>
<tr> <tr>
<td colspan="2"><h6><b>Totale a pareggio</b></h6></td> <td colspan="2"><h6><b>Totale a pareggio</b></h6></td>
<td class="text-right" style="font-size:8pt;"><b>'.numberFormat(abs($totale_passivita) + abs($utile_perdita), 2).'</b></td> <td class="text-right" style="font-size:8pt;"><b>'.($totale_passivita ? numberFormat(abs($totale_passivita), 2) : '').'</b></td>
</tr>'; </tr>';
} }
echo ' echo '