Skip to content

Commit

Permalink
FIX : param billed when we change page
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Feb 28, 2017
1 parent 9ecc56a commit 9cd807a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/commande/list.php
Expand Up @@ -275,6 +275,7 @@
if ($search_sale > 0) $param.='&search_sale='.$search_sale;
if ($search_total_ht != '') $param.='&search_total_ht='.$search_total_ht;
if ($optioncss != '') $param.='&optioncss='.$optioncss;
if ($billed != '') $param.='&billed='.$billed;

$num = $db->num_rows($resql);
print_barre_liste($title, $page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords,'title_commercial.png');
Expand Down

0 comments on commit 9cd807a

Please sign in to comment.