Fix minore

This commit is contained in:
MatteoPistorello 2023-10-06 12:52:23 +02:00
parent a7b67ae947
commit 19317428f5
1 changed files with 1 additions and 1 deletions

View File

@ -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>';