Fix: Change of prospect statut does not change page
This commit is contained in:
parent
1baced7e9e
commit
9d0bb63c39
@ -186,7 +186,7 @@ if ($resql)
|
|||||||
{
|
{
|
||||||
if ($value <> $obj->fk_stcomm)
|
if ($value <> $obj->fk_stcomm)
|
||||||
{
|
{
|
||||||
print '<a href="prospects.php?socid='.$obj->rowid.'&pstcomm='.$value.'&action=cstc&'.$param.'">';
|
print '<a href="prospects.php?socid='.$obj->rowid.'&pstcomm='.$value.'&action=cstc&'.$param.($page?'&page='.$page:'').'">';
|
||||||
print img_action(0,$value);
|
print img_action(0,$value);
|
||||||
print '</a> ';
|
print '</a> ';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user