Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
12 righe
391 B
12 righe
391 B
<? |
|
if (isset($contratto)) { |
|
if (stipula::getModalita()[$contratto->info["modalita"]]["ufficiale_rogante"]) { |
|
if (!empty($contratto->getContraenti("uff"))) { |
|
$status = "status-border-success"; |
|
} else { |
|
$status = "status-border-danger"; |
|
$alertManager->addDangerAlert(__("Non è stato caricato l'ufficiale rogante"),$hrefComando); |
|
} |
|
} |
|
} |
|
?>
|