Fix minore

This commit is contained in:
Pek5892 2023-11-23 14:49:09 +01:00
parent 39035f459e
commit d58052df2e
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on
// Totale imponibile
echo '
<tr>
<td colspan="'.($options['show-only-total'] ? ($options['no-iva'] ? 3 : 2) : 4).'" class="text-right border-top">
<td colspan="'.($options['show-only-total'] ? (($has_image)? 3 : 2) : 4).'" class="text-right border-top">
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
</td>