Fix visualizzazione immagine in stampa preventivi

This commit is contained in:
Matteo 2022-04-22 10:11:25 +02:00
parent 5c2d6c1c7d
commit 92e8d2b732
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: 60px; max-width:80px">
<img src="'.DOCROOT."/".$riga->articolo->image.'" style="max-height: 60px; max-width:80px">
</td>';
$autofill->set(5);