Fix: on garde le "viewstatut" en multi-page

This commit is contained in:
Regis Houssin 2007-03-30 13:16:17 +00:00
parent ec7fdeac28
commit 1737541aea

View File

@ -1811,7 +1811,7 @@ else
if ($result)
{
$num = $db->num_rows($result);
print_barre_liste($langs->trans('ListOfProposals'), $page,'propal.php','&socid='.$socid,$sortfield,$sortorder,'',$num);
print_barre_liste($langs->trans('ListOfProposals'), $page,'propal.php','&socid='.$socid.'&viewstatut='.$viewstatut,$sortfield,$sortorder,'',$num);
$i = 0;
print '<table class="liste" width="100%">';
print '<tr class="liste_titre">';