View | Details | Raw Unified | Return to bug 18436
Collapse All | Expand All

(-)a/C4/SIP/Sip/MsgType.pm (-1 / +1 lines)
Lines 957-962 sub handle_patron_info { Link Here
957
        # use the one returned from the ILS, just in case...
957
        # use the one returned from the ILS, just in case...
958
        $resp .= add_field( FID_PATRON_ID,     $patron->id );
958
        $resp .= add_field( FID_PATRON_ID,     $patron->id );
959
        $resp .= add_field( FID_PERSONAL_NAME, $patron->name );
959
        $resp .= add_field( FID_PERSONAL_NAME, $patron->name );
960
        $resp .= add_field( FID_PERM_LOCN, $patron->{branchcode} );
960
961
961
        # TODO: add code for the fields
962
        # TODO: add code for the fields
962
        #   hold items limit
963
        #   hold items limit
963
- 

Return to bug 18436