Skip to content

Commit

Permalink
FIX #4961
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjo Menent committed Apr 15, 2016
1 parent 8751f6c commit ecbf599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/card.php
@@ -1,7 +1,7 @@
<?php
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2010-2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2010-2016 Juanjo Menent <jmenent@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -298,7 +298,7 @@
$num = $db->num_rows($result);
$i = 0;

$urladd = "&amp;id=".$prev_id;
$urladd = "&amp;id=".$id;

print_barre_liste("", $page, $_SERVER["PHP_SELF"], $urladd, $sortfield, $sortorder, '', $num);
print"\n<!-- debut table -->\n";
Expand Down

0 comments on commit ecbf599

Please sign in to comment.