diff --git a/htdocs/societe/socnote.php b/htdocs/societe/socnote.php index 5b8f1a4c593..cde98edd3df 100644 --- a/htdocs/societe/socnote.php +++ b/htdocs/societe/socnote.php @@ -52,6 +52,7 @@ if ($_POST["action"] == 'add') */ llxHeader(); +$form = new Form($db); if ($socid > 0) { @@ -70,7 +71,10 @@ if ($socid > 0) print '
| '.$langs->trans('Name').' | '.$societe->nom.' | ||
| '.$langs->trans('Name').' | '; + print ''; + print $form->showrefnav($societe,'socid','',1,'rowid','nom'); + print ' | ||
| '.$langs->trans('Prefix').' | '.$societe->prefix_comm.' | ||