Skip to content

Commit

Permalink
Fix stampa situazione patrimoniale
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Sep 26, 2024
1 parent 8be1186 commit 688cc05
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions templates/partitario_mastrino/bottom.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
}
}
echo '
<tr>
<th></th>
<th>SALDO FINALE</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($scalare), 2).'</th>
</tr>';
<tr>
<th></th>
<th>SALDO FINALE</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($scalare), 2).'</th>
</tr>
</tbody>
</table>';
} elseif (get('lev') == '1') {
$totale_attivo = 0;
$totale_passivo = 0;
Expand Down Expand Up @@ -86,5 +88,3 @@
</tr>
</table>';
}

echo '</tbody></table>';

0 comments on commit 688cc05

Please sign in to comment.