mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
Fix: Le titre de civilit de la fiche contact est envoy la fonction select_civilite pour que la prslection fonctionne.
This commit is contained in:
@@ -177,7 +177,7 @@ if ($_GET["action"] == 'create')
|
||||
}
|
||||
|
||||
print '<tr><td>Titre</td><td colspan="5">';
|
||||
print $form->select_civilite();
|
||||
print $form->select_civilite($obj->civilite);
|
||||
print '</td></tr>';
|
||||
|
||||
print '<tr><td>Nom</td><td><input name="name" type="text" size="20" maxlength="80"></td>';
|
||||
|
||||
Reference in New Issue
Block a user