From 5d193617827f1f460fa15337a2d0f8d8c504b61e Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Tue, 31 Jul 2018 11:39:54 +0200 Subject: [PATCH] fix: keep context filter on contact list on change column displayed --- htdocs/contact/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 1569eccd108..c63467390b4 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -418,6 +418,7 @@ print ''; print ''; print ''; +print ''; print ''; print_barre_liste($titre, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_companies.png', 0, '', '', $limit);