mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 20:10:50 +01:00
Fix minore stampa libro giornale
This commit is contained in:
parent
721503f7a5
commit
2db5054691
@ -22,8 +22,8 @@ include_once __DIR__.'/../../core.php';
|
||||
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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user