fix: passage du bon identifiant de socit pour html->form_project

This commit is contained in:
marc_ocebo 2006-07-04 08:31:38 +00:00
parent 2a2eaaf792
commit 32c26597bf

View File

@ -1642,11 +1642,11 @@ else
print '</td><td colspan="3">';
if ($_GET['action'] == 'classer')
{
$html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->fk_soc,$fac->projetid,'projetid');
$html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->socidp,$fac->projetid,'projetid');
}
else
{
$html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->fk_soc,$fac->projetid,'none');
$html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->socidp,$fac->projetid,'none');
}
print '</td>';
print '</tr>';