Skip to content
Snippets Groups Projects
Commit fe49f55a authored by Philippe Grand's avatar Philippe Grand
Browse files

fix from forum

parent f25ddfbc
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ if ($id > 0 || ! empty($ref))
print '<td colspan="1">';
// On recupere les id des users deja selectionnes
$contactsofproject=$projectstatic->getListContactId('internal');
$form->select_users($user->id,'userid',0,'',0,'',$contactsofproject);
$form->select_users($user->id,'contactid',0,'',0,'',$contactsofproject);
print '</td>';
print '<td>';
$formcompany->selectTypeContact($object, '', 'type','internal','rowid');
......
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