From c90bdf5987464129be06c1e423e7fd6ec5331fff Mon Sep 17 00:00:00 2001
From: Damien <damien.burel@maarch.org>
Date: Tue, 8 Jan 2019 17:58:09 +0100
Subject: [PATCH] FIX #9288 start admin list

---
 apps/maarch_entreprise/class/class_list_show_Abstract.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/class/class_list_show_Abstract.php b/apps/maarch_entreprise/class/class_list_show_Abstract.php
index e88b73402a1..1a369e02330 100755
--- a/apps/maarch_entreprise/class/class_list_show_Abstract.php
+++ b/apps/maarch_entreprise/class/class_list_show_Abstract.php
@@ -757,7 +757,7 @@ class list_show_Abstract extends functions
   
         $start = $_REQUEST['start'];
       
-        $param_comp .= '&amp;start='.$start;
+        $param_comp .= '&amp;start=0';
         if ($name == 'structures' || $name == 'subfolders' || $name == 'types' || $name == 'contact_types' || $name == 'contact_purposes' || $name == 'contacts_v2' || $name == 'contacts_v2_up' || $name == 'contact_addresses_list') {
             $link = $_SESSION['config']['businessappurl'].'index.php?page='.$name;
         } else {
-- 
GitLab