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:
parent
dc26481c3b
commit
467ebaea56
@ -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 '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user