mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
bug data_conclusione in contratti
This commit is contained in:
parent
26f346cb8d
commit
e1408aaf13
@ -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'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user