Bugfix sur le changement de page
This commit is contained in:
parent
4022e598f6
commit
c8e7f37c43
@ -98,7 +98,7 @@ if ($_GET["commid"])
|
||||
$num = $db->num_rows($resql);
|
||||
$i = 0;
|
||||
|
||||
print_barre_liste("Prises d'ordre", $page, "commercialpo.php", "", $sortfield, $sortorder, '', $num);
|
||||
print_barre_liste("Prises d'ordre", $page, "commercialpo.php?commid=".$_GET["commid"]), "", $sortfield, $sortorder, '', $num);
|
||||
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||
print '<tr class="liste_titre">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user