Fix visualizzazione immagini in stampa Preventivo

This commit is contained in:
MatteoPistorello 2022-09-27 10:50:20 +02:00
parent 07facc1d6a
commit d45a5c30d1
1 changed files with 1 additions and 1 deletions

View File

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