Fix minore
This commit is contained in:
parent
a7b67ae947
commit
19317428f5
|
@ -330,7 +330,7 @@ foreach ($righe as $key => $riga) {
|
|||
<b>'.tr('Subtotale ivato', [], ['upper' => true]).':</b>
|
||||
</td>
|
||||
<td colspan="'.($options['show-only-total'] ? (($has_image) ? 2 : 1) : (($has_image) ? 3 : 2)).'" class="text-right">
|
||||
'.moneyFormat($subtotale_gruppo + $iva_gruppo, 2).'
|
||||
<b>'.moneyFormat($subtotale_gruppo + $iva_gruppo, 2).'</b>
|
||||
</td>
|
||||
</tr>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue