Skip to content

Commit 3f91c8b

Browse files
feat: aggiunta descrizione aliquota iva in stampa preventivo
1 parent 70f1a5a commit 3f91c8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/preventivi/body.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
echo '
214214
<td class="text-center" style="vertical-align: middle">
215215
'.Translator::numberToLocale($riga->aliquota->percentuale, 0).'
216+
<br><small class="text-muted">'.(strlen($riga->aliquota->getTranslation('title')) > 15 ? substr($riga->aliquota->getTranslation('title'), 0, 15).'...' : $riga->aliquota->getTranslation('title')).'</small>
216217
</td>';
217218
}
218219
// Imponibile

0 commit comments

Comments
 (0)