[Koha-patches] [PATCH 4/4] BZ5632 fixing merge problem

paul.poulain at biblibre.com paul.poulain at biblibre.com
Wed Jan 19 21:39:01 CET 2011


From: Paul Poulain <paul.poulain at biblibre.com>

---
 C4/SIP/Sip/MsgType.pm |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm
index 38de1fd..b7562f8 100644
--- a/C4/SIP/Sip/MsgType.pm
+++ b/C4/SIP/Sip/MsgType.pm
@@ -989,13 +989,8 @@ sub handle_patron_info {
 
         # SIP 2.0 extensions used by Envisionware
         # Other terminals will ignore unrecognized fields (unrecognized field identifiers)
-<<<<<<< HEAD
-        $resp .= maybe_add(FID_PATRON_BIRTHDATE, $patron->birthdate);
-        $resp .= maybe_add(FID_PATRON_CLASS,     $patron->ptype);
-=======
         $resp .= maybe_add( FID_PATRON_BIRTHDATE, C4::Dates->new($patron->birthdate,'iso')->output() );
         $resp .= maybe_add( FID_PATRON_CLASS,     $patron->ptype );
->>>>>>> SIP : Format dates as should be in Koha
 
         # Custom protocol extension to report patron internet privileges
         $resp .= maybe_add(FID_INET_PROFILE,     $patron->inet_privileges);
-- 
1.7.1



More information about the Koha-patches mailing list