Fix visualizzazione immagini in stampa Preventivo
This commit is contained in:
parent
07facc1d6a
commit
d45a5c30d1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue