Skip to content

Commit c7c0ba7

Browse files
committed
style: rinominato gest in documento di vendita in controlli gestionale
1 parent 439332f commit c7c0ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/aggiornamenti/src/Controlli/DatiFattureElettroniche.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ protected function generateUnifiedErrorSection($all_errors, $section_type)
959959

960960
// Colonna Gestionale
961961
$html .= '<div>';
962-
$html .= '<div style="color: #6c757d; font-weight: 600; font-size: 10px; margin-bottom: 2px; text-transform: uppercase;">Gest</div>';
962+
$html .= '<div style="color: #6c757d; font-weight: 600; font-size: 10px; margin-bottom: 2px; text-transform: uppercase;">Documento di vendita</div>';
963963
if (!empty($error['gestionale_value']) && $error['gestionale_value'] !== '-') {
964964
$gest_value = str_replace('&euro;', '', (string) $error['gestionale_value']);
965965
$html .= '<div style="color: #495057; word-wrap: break-word; overflow-wrap: break-word;">'.htmlspecialchars($gest_value).'</div>';

0 commit comments

Comments
 (0)