From 8ed6b41fc236d6d36144bc4d8b0a64fd96063982 Mon Sep 17 00:00:00 2001 From: altairis Date: Wed, 23 Oct 2019 17:30:32 +0200 Subject: [PATCH] back --- htdocs/societe/class/societe.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 49ac815cf36..c4c702bc73b 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -2367,7 +2367,6 @@ class Societe extends CommonObject $sql = "SELECT rowid, email, statut, phone_mobile, lastname, poste, firstname"; $sql.= " FROM ".MAIN_DB_PREFIX."socpeople"; $sql.= " WHERE fk_soc = ".$this->id; - $sql.= " ORDER BY lastname, firstname"; $resql=$this->db->query($sql); if ($resql)