Ajout champ contact à la fiche client

This commit is contained in:
Jean-Christophe Engel 2025-03-25 20:49:24 +01:00
parent aff20099aa
commit 4aafa3f44f
12 changed files with 47 additions and 7 deletions

View file

@ -19,6 +19,7 @@ $form->runIf(f('add') && !$form->hasErrors(),
'siret' => f('siret'),
'telephone' => f('telephone'),
'email' => f('email'),
'nom_contact' => f('nom_contact'),
'note' => f('note')
]);