Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
fd8b1fdee3
|
@ -329,10 +329,23 @@ if ($options['pricing']) {
|
||||||
|
|
||||||
// Timbro e firma
|
// Timbro e firma
|
||||||
$firma = !empty($documento['firma_file']) ? '<img src="'.DOCROOT.'/files/interventi/'.$documento['firma_file'].'" style="width:70mm;">' : '';
|
$firma = !empty($documento['firma_file']) ? '<img src="'.DOCROOT.'/files/interventi/'.$documento['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>';
|
||||||
<i>('.tr('Timbro e firma leggibile').'.)</i>
|
|
||||||
|
if (empty($documento['firma_file'])){
|
||||||
|
|
||||||
|
echo ' <i>('.tr('Timbro e firma leggibile').'.)</i>';
|
||||||
|
|
||||||
|
|
||||||
|
}else{
|
||||||
|
|
||||||
|
echo ' <i>'.$documento['firma_nome'].'</i>';
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
echo '
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue