bug data_conclusione in contratti

This commit is contained in:
MatteoPistorello 2021-05-06 17:58:40 +02:00
parent 26f346cb8d
commit e1408aaf13
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@ if (!$elenco_promemoria->isEmpty()) {
$title = 'Elimina promemoria...';
}
// data_conclusione contratto
if (date('Y', strtotime($contratto['data_conclusione'])) < 1971) {
$contratto['data_conclusione'] = '';
}
// Informazioni sugli impianti
$info_impianti = '';
if (!empty($promemoria['idimpianti'])) {