mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +01:00
Update body.php
This commit is contained in:
parent
b75529b2bd
commit
a32735f2fa
@ -399,7 +399,7 @@ if ($options['pricing']) {
|
||||
}
|
||||
|
||||
// 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 '
|
||||
<td rowspan="2" class="text-center" style="font-size:8pt;height:30mm;vertical-align:bottom">
|
||||
'.$firma.'<br>
|
||||
|
Loading…
Reference in New Issue
Block a user