1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-25 15:58:56 +01:00

Update body.php

This commit is contained in:
Luca 2023-06-02 11:22:44 +02:00
parent 5a0f29ff82
commit c30523ebdc

View File

@ -363,7 +363,7 @@ echo '
'.$firma.'<br>';
if (empty($documento['firma_file'])) {
echo ' <i>('.tr('Timbro e firma leggibile').'.)</i>';
echo ' <i>('.tr('Timbro e firma leggibile').')</i>';
} else {
echo ' <i>'.$documento['firma_nome'].'</i>';
}