Skip to content
Snippets Groups Projects
Commit e152eb67 authored by Arnaud AUZOLAT's avatar Arnaud AUZOLAT
Browse files

MAJ de la valeur de la fonction dans la fiche contact

parent 94ae93e0
No related branches found
No related tags found
No related merge requests found
Pipeline #71594 failed
...@@ -186,14 +186,6 @@ echo $this->Html->script('formValidate.js', array('inline' => true)); ...@@ -186,14 +186,6 @@ echo $this->Html->script('formValidate.js', array('inline' => true));
'type'=>'textarea' 'type'=>'textarea'
) )
); );
}else{
$formAddContactLien['input']['Contact.role'] = array(
'labelText' =>__d('contact', 'Contact.role'),
'inputType' => 'text',
'items'=>array(
'type'=>'text'
)
);
} }
echo $this->Formulaire->createForm($formAddContactLien); echo $this->Formulaire->createForm($formAddContactLien);
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment