Fix minore
This commit is contained in:
parent
653fee6b46
commit
331c21fb2c
|
@ -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>';
|
||||||
|
|
Loading…
Reference in New Issue