Fix: select_projects et non select_project
This commit is contained in:
parent
75e934e505
commit
73c532e634
@ -248,7 +248,7 @@ if ($_GET["action"] == 'edit')
|
|||||||
{
|
{
|
||||||
// Projet associé
|
// Projet associé
|
||||||
print '<tr><td valign="top">'.$langs->trans("Project").'</td><td>';
|
print '<tr><td valign="top">'.$langs->trans("Project").'</td><td>';
|
||||||
$sel->select_project($fichinter->societe_id,$fichinter->projet_id,"projetidp");
|
$sel->select_projects($fichinter->societe_id,$fichinter->projet_id,"projetidp");
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user