Update body.php
This commit is contained in:
parent
5a0f29ff82
commit
c30523ebdc
|
@ -363,7 +363,7 @@ echo '
|
||||||
'.$firma.'<br>';
|
'.$firma.'<br>';
|
||||||
|
|
||||||
if (empty($documento['firma_file'])) {
|
if (empty($documento['firma_file'])) {
|
||||||
echo ' <i>('.tr('Timbro e firma leggibile').'.)</i>';
|
echo ' <i>('.tr('Timbro e firma leggibile').')</i>';
|
||||||
} else {
|
} else {
|
||||||
echo ' <i>'.$documento['firma_nome'].'</i>';
|
echo ' <i>'.$documento['firma_nome'].'</i>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue