63 |
$form->setType('lu', 'hidden'); |
$form->setType('lu', 'hidden'); |
64 |
$form->setType('date_reception', 'hidden'); |
$form->setType('date_reception', 'hidden'); |
65 |
} |
} |
66 |
|
$form->setType('consultation', 'hidden'); |
67 |
} |
} |
68 |
|
|
69 |
// TRIGGER AVANT MODIFICATION DE DONNEES |
// TRIGGER AVANT MODIFICATION DE DONNEES |
175 |
} |
} |
176 |
} |
} |
177 |
|
|
|
//Formatage des intitulés des champs. |
|
|
function setLib(&$form,$maj) { |
|
|
parent::setLib($form,$maj); |
|
|
$form->setLib('date_reception','date de reception'); |
|
|
$form->setLib('avis_consultation','avis'); |
|
|
$form->setLib('fichier','retour d\'avis'); |
|
|
} |
|
|
|
|
|
|
|
178 |
}// fin classe |
}// fin classe |
179 |
?> |
?> |