From ca48a529709056ea7051b93971c0ee1aa8a42c36 Mon Sep 17 00:00:00 2001 From: Luca <30728163+lucasalva87@users.noreply.github.com> Date: Thu, 13 Feb 2020 03:09:49 +0100 Subject: [PATCH] Migliorata impaginazione scheda fattura --- editor.php | 6 ++++++ modules/fatture/edit.php | 18 +++++++++--------- modules/fatture/init.php | 1 + 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/editor.php b/editor.php index 2f583309f..6ed42ab11 100755 --- a/editor.php +++ b/editor.php @@ -339,6 +339,12 @@ if (empty($record) || !$has_access) { $icon = 'times'; $color = 'danger'; break; + + case 'copy': + $description = tr('Duplicato'); + $icon = 'clone'; + $color = 'info'; + break; default: $timeline_class = ' class="timeline-inverted"'; diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 06b14efcf..dda7e1321 100644 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -118,16 +118,18 @@ if ($dir == 'entrata' && !empty($fattura->dichiarazione) && $fattura->stato->des {[ "type": "text", "label": "'.tr('Numero fattura/protocollo').'", "required": 1, "name": "numero","class": "text-center alphanumeric-mask", "value": "$numero$" ]} '; $label = tr('Numero fattura del fornitore'); + $size = 2; } else { $label = tr('Numero fattura'); + $size = 4; } ?> {[ "type": "hidden", "label": "Segmento", "name": "id_segment", "class": "text-center", "value": "$id_segment$" ]} -