Fix: When editing status, filters and sort order not lost.
This commit is contained in:
parent
6b36a285bd
commit
3944d45613
@ -186,7 +186,7 @@ if ($resql)
|
||||
{
|
||||
if ($value <> $obj->fk_stcomm)
|
||||
{
|
||||
print '<a href="prospects.php?socid='.$obj->rowid.'&pstcomm='.$value.'&action=cstc&'.$urladd.'">';
|
||||
print '<a href="prospects.php?socid='.$obj->rowid.'&pstcomm='.$value.'&action=cstc&'.$param.'">';
|
||||
print img_action(0,$value);
|
||||
print '</a> ';
|
||||
}
|
||||
@ -197,7 +197,7 @@ if ($resql)
|
||||
$i++;
|
||||
}
|
||||
|
||||
if ($num > $conf->liste_limit || $page > 0) print_barre_liste('', $page, $_SERVER["PHP_SELF"],$urladd,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
|
||||
if ($num > $conf->liste_limit || $page > 0) print_barre_liste('', $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
|
||||
|
||||
print "</table>";
|
||||
$db->free($resql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user