This commit is contained in:
Rodolphe Quiedeville 2004-12-01 09:27:01 +00:00
parent 2d836b69c3
commit 1c2a0e1e1d

View File

@ -95,7 +95,7 @@ if ($result)
$num = $db->num_rows();
$i = 0;
print_barre_liste("Commandes fournisseurs", $page, "index.php", "", $sortfield, $sortorder, '', $num);
print_barre_liste("Commandes fournisseurs", $page, "liste.php", "", $sortfield, $sortorder, '', $num);
if ($sortorder == "DESC")
{
$sortorder="ASC";