From bab353794fb220d313bed5332eacce659854f3b5 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Fri, 10 Jan 2014 11:12:00 +0000
Subject: [PATCH] Correction customization des codes dispo Koha

---
 library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php b/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
index 5d060435a69..3454128630f 100644
--- a/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
+++ b/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
@@ -49,8 +49,6 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
 
 
 	public function setCodificationDisponibilites($codif) {
-		if (!trim($codif))
-			return $this;
 		foreach($codif as $status => $libelle)
 			$this->_not_for_loan_status[$status] = $libelle;
 		return $this;
-- 
GitLab