mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-24 04:41:00 +01:00
nome di chi firma nel rapportino intervento
This commit is contained in:
parent
0f1e291629
commit
700c95f0f6
@ -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
Block a user