Fix visualizzazione immagine in stampa preventivo

This commit is contained in:
MatteoPistorello 2022-02-18 12:06:03 +01:00
parent cbc5044fa0
commit 979767e5bd
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ foreach ($righe as $riga) {
if ($riga->isArticolo() && !empty($riga->articolo->image)) {
echo '
<td align="center">
<img src="'.$riga->articolo->image.'" style="max-height: 80px; max-width:120px">
<img src="'.$riga->articolo->image.'" style="max-height: 60px; max-width:80px">
</td>';
$autofill->set(5);