diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 3114c6fbb..e87533743 100755 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -373,7 +373,7 @@ if (empty($record['is_fiscale'])) {
- {[ "type": "textarea", "label": "", "name": "note_aggiuntive", "help": "", "value": "$note_aggiuntive$", "class": "unblockable" ]} + {[ "type": "textarea", "label": "", "name": "note_aggiuntive", "help": "", "value": "$note_aggiuntive$", "class": "unblockable" ]}
diff --git a/templates/ordini/header.php b/templates/ordini/header.php index ae18d4229..891dc801a 100755 --- a/templates/ordini/header.php +++ b/templates/ordini/header.php @@ -50,7 +50,8 @@ $default_header$

'.tr('Spett.le', [], ['upper' => true]).'

$c_ragionesociale$

-

$c_indirizzo$
$c_citta_full$

+

$c_indirizzo$
$c_citta_full$

+

$c_telefono$ $c_cellulare$

diff --git a/update/2_4_16.sql b/update/2_4_16.sql index 7fb5a6ff4..e7b87ff2a 100644 --- a/update/2_4_16.sql +++ b/update/2_4_16.sql @@ -14,7 +14,7 @@ ALTER TABLE `co_righe_contratti` ADD `original_id` INT(11) NULL DEFAULT NULL AFT UPDATE `co_tipidocumento` SET `codice_tipo_documento_fe` = 'TD01' WHERE `co_tipidocumento`.`codice_tipo_documento_fe` = 'TD24'; -UPDATE `fe_stati_documento` SET `icon` = 'fa fa-paper-plane-o text-sucess' WHERE `fe_stati_documento`.`codice` = 'MC'; +UPDATE `fe_stati_documento` SET `icon` = 'fa fa-paper-plane-o text-success' WHERE `fe_stati_documento`.`codice` = 'MC'; UPDATE `fe_stati_documento` SET `icon` = 'fa fa-check-circle text-warning' WHERE `fe_stati_documento`.`codice` = 'NE';