Update body.php
This commit is contained in:
parent
b75529b2bd
commit
a32735f2fa
|
@ -399,7 +399,7 @@ if ($options['pricing']) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Timbro e firma
|
// Timbro e firma
|
||||||
$firma = !empty($records[0]['firma_file']) ? '<img src="'.$docroot.'/files/interventi/'.$records[0]['firma_file'].'" style="width:70mm;">' : '';
|
$firma = !empty($records[0]['firma_file']) ? '<img src="'.DOCROOT.'/files/interventi/'.$records[0]['firma_file'].'" style="width:70mm;">' : '';
|
||||||
echo '
|
echo '
|
||||||
<td rowspan="2" class="text-center" style="font-size:8pt;height:30mm;vertical-align:bottom">
|
<td rowspan="2" class="text-center" style="font-size:8pt;height:30mm;vertical-align:bottom">
|
||||||
'.$firma.'<br>
|
'.$firma.'<br>
|
||||||
|
|
Loading…
Reference in New Issue