From e3ff35f76132a42f9220e48b30ba7b94f8afcdbf Mon Sep 17 00:00:00 2001
From: lbrun <leo@sandbox.pergame.net>
Date: Mon, 30 Nov 2015 11:57:25 +0100
Subject: [PATCH] dev#25892_module_de_demande_de_consultation_sur_place : fix
 build error

---
 library/Class/Exemplaire.php                            | 3 ++-
 library/Class/WebService/SIGB/VSmart/Service.php        | 1 -
 library/ZendAfi/View/Helper/Notice/ConsultationLink.php | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/library/Class/Exemplaire.php b/library/Class/Exemplaire.php
index 4e861710b87..e6fa40a6319 100644
--- a/library/Class/Exemplaire.php
+++ b/library/Class/Exemplaire.php
@@ -46,7 +46,8 @@ class Class_Exemplaire extends Storm_Model_Abstract {
                                           'genre' => null,
                                           'url' => null,
                                           'emplacement' => '',
-                                          'date_nouveaute' => ''];
+                                          'date_nouveaute' => '',
+                                          'reservable' => ''];
 
   protected $_sigb_exemplaire;
 
diff --git a/library/Class/WebService/SIGB/VSmart/Service.php b/library/Class/WebService/SIGB/VSmart/Service.php
index 24f47139fdb..1d052310602 100644
--- a/library/Class/WebService/SIGB/VSmart/Service.php
+++ b/library/Class/WebService/SIGB/VSmart/Service.php
@@ -126,7 +126,6 @@ class Class_WebService_SIGB_VSmart_Service extends Class_WebService_SIGB_Abstrac
    * @return Class_WebService_SIGB_VSmart_BorrowerReader
    */
   public function getEmprunteur($user) {
-    xdebug_break();
     $xml = $this->httpGet(array('fu' => 'GetBorrower',
                                 'MetaInstitution' => self::METAINSTITUTION,
                                 'BorrowerId' => $user->getLogin()));
diff --git a/library/ZendAfi/View/Helper/Notice/ConsultationLink.php b/library/ZendAfi/View/Helper/Notice/ConsultationLink.php
index ee1034a244e..6b5fb811a1f 100644
--- a/library/ZendAfi/View/Helper/Notice/ConsultationLink.php
+++ b/library/ZendAfi/View/Helper/Notice/ConsultationLink.php
@@ -39,7 +39,6 @@ class ZendAfi_View_Helper_Notice_ConsultationLink extends ZendAfi_View_Helper_Ba
   public function renderItemOn($ex, $html) {
     if (1 == $this->_bib->getInterdireResa())
       return $this->_renderCellWith('&nbsp;');
-    xdebug_break();
     if (!$ex['reservable'])
       return $this->_renderCellWith('&nbsp;');
 
-- 
GitLab