From 82e06eda755171514b602bc91a31f5ff84f3de78 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Oct 2018 18:33:32 +0200 Subject: [PATCH] FIX save search criteria when going on receipt from bank transaction --- htdocs/compta/bank/bankentries_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php index f0c41b1ebb1..5eb8e48e68e 100644 --- a/htdocs/compta/bank/bankentries_list.php +++ b/htdocs/compta/bank/bankentries_list.php @@ -1423,7 +1423,7 @@ if ($resql) { if ($objp->num_releve) { - print ''.$objp->num_releve.''; + print ''.$objp->num_releve.''; } if (! $objp->conciliated && $action == 'reconcile') {