From aabbc331a4eac871e7e1e05fbc4928cf3d20e4aa Mon Sep 17 00:00:00 2001
From: Florian HENRY <florian.henry@open-concept.pro>
Date: Mon, 11 Aug 2014 13:12:04 +0200
Subject: [PATCH] Fix output extrafield selllist

---
 htdocs/core/class/extrafields.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
index 67dcddb3fa2..8304c626fb0 100644
--- a/htdocs/core/class/extrafields.class.php
+++ b/htdocs/core/class/extrafields.class.php
@@ -971,10 +971,10 @@ class ExtraFields
 				$value='';	// value was used, so now we reste it to use it to build final output
 
 				$obj = $this->db->fetch_object($resql);
-				
+
 				// Several field into label (eq table:code|libelle:rowid)
 				$fields_label = explode('|',$InfoFieldList[1]);
-				
+
 				if(is_array($fields_label))
 				{
 					foreach ($fields_label as $field_toshow)
-- 
GitLab