diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index febbc2fa460..c3b983d939b 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -290,6 +290,8 @@ if ($account || $_GET["ref"]) /** * Search form */ + $param.='&account='.$acct->id; + // Define transaction list navigation string $navig=''; @@ -297,7 +299,7 @@ if ($account || $_GET["ref"]) $nbpage=floor($total_lines/$viewline)+($total_lines % $viewline > 0?1:0); // Nombre de page total if ($limitsql > $viewline) { - $navig.=''.img_previous().''; + $navig.=''.img_previous().''; } $navig.= ' Page '; $navig.=''; @@ -311,7 +313,7 @@ if ($account || $_GET["ref"]) $navig.='/'.$nbpage.' '; if ($total_lines > $limitsql ) { - $navig.= ''.img_next().''; + $navig.= ''.img_next().''; } $navig.=''; @@ -344,13 +346,14 @@ if ($account || $_GET["ref"]) print ''; print '