diff --git a/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php b/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
index 5d060435a69d85bced131df8ebc21b77eef2d59c..3454128630ff0bf6aaed63e5304a80ec6f0d88a9 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;