mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
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)) {
|
if ($riga->isArticolo() && !empty($riga->articolo->image)) {
|
||||||
echo '
|
echo '
|
||||||
<td align="center">
|
<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>';
|
</td>';
|
||||||
|
|
||||||
$autofill->set(5);
|
$autofill->set(5);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user