Fix: [ bug #553 ] Pagination dans liste des interventions

This commit is contained in:
simnandez 2012-10-01 11:23:16 +02:00
parent a2fecc2616
commit 2763374ff1

View File

@ -96,7 +96,7 @@ if ($result)
$interventionstatic=new Fichinter($db);
$urlparam="&socid=$socid";
print_barre_liste($langs->trans("ListOfInterventions"), $page, "index.php",$urlparam,$sortfield,$sortorder,'',$num);
print_barre_liste($langs->trans("ListOfInterventions"), $page, $_SERVER["PHP_SELF"],$urlparam,$sortfield,$sortorder,'',$num);
print '<form method="get" action="'.$_SERVER["PHP_SELF"].'">'."\n";
print '<table class="noborder" width="100%">';