This commit is contained in:
Rodolphe Quiedeville 2003-06-24 20:52:25 +00:00
parent 2f821b86a0
commit 861a68b79c

View File

@ -636,10 +636,10 @@ if ($propalid) {
if ($page == -1) { $page = 0 ; }
$limit = $conf->liste_limit;
$offset = $limit * $page ;
$pageprev = $page - 1;
$pagenext = $page + 1;
$limit = $conf->liste_limit;
print_barre_liste("Propositions commerciales", $page, $PHP_SELF,"&socidp=$socidp",$sortfield,$sortorder);