fix: passage du bon identifiant de société 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">'; print '</td><td colspan="3">';
if ($_GET['action'] == 'classer') 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 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 '</td>';
print '</tr>'; print '</tr>';