Fix minore

This commit is contained in:
valentina 2024-10-02 13:08:45 +02:00
parent 653fee6b46
commit 331c21fb2c
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ if ($has_sconto_finale) {
<td class="cell-padded text-center" colspan="'.$first_colspan.'"> <td class="cell-padded text-center" colspan="'.$first_colspan.'">
'.moneyFormat($sconto_finale, 2).' '.moneyFormat($sconto_finale, 2).'
</td> </td>
<td class="cell-padded text-center" colspan="'.$second_colspan.'" style="background-color: #FFFFCC;"> <td class="cell-padded text-center" colspan="'.$second_colspan.'">
'.moneyFormat($totale, 2).' '.moneyFormat($totale, 2).'
</td> </td>
</tr>'; </tr>';