Skip to content

Commit

Permalink
Fix minore stampa libro giornale
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Sep 25, 2024
1 parent 721503f commit 2db5054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/libro_giornale/bottom.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
echo '
<tr>
<th colspan="4" class="text-right">TOTALE GENERALE</th>
<th class="text-right">'.moneyFormat(abs($totale_dare), 2).'</th>
<th class="text-right">'.moneyFormat(abs($totale_avere), 2).'</th>
<th class="text-right">'.moneyFormat(abs($totale_dare?:0), 2).'</th>
<th class="text-right">'.moneyFormat(abs($totale_avere?:0), 2).'</th>
</tr>
</tbody>
</table>';

0 comments on commit 2db5054

Please sign in to comment.