From 700c95f0f6685d23bc91bb64391de587d109faf5 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 11 Aug 2020 11:50:03 +0200 Subject: [PATCH] nome di chi firma nel rapportino intervento --- templates/interventi/body.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/interventi/body.php b/templates/interventi/body.php index 433502ce1..d7b4657f5 100755 --- a/templates/interventi/body.php +++ b/templates/interventi/body.php @@ -329,10 +329,23 @@ if ($options['pricing']) { // Timbro e firma $firma = !empty($documento['firma_file']) ? '' : ''; + echo ' - '.$firma.'
- ('.tr('Timbro e firma leggibile').'.) + '.$firma.'
'; + +if (empty($documento['firma_file'])){ + +echo ' ('.tr('Timbro e firma leggibile').'.)'; + + +}else{ + +echo ' '.$documento['firma_nome'].''; + +} + +echo ' ';