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

(-)a/C4/SIP/Sip/MsgType.pm (-2 / +1 lines)
Lines 427-433 sub build_patron_status { Link Here
427
            $resp .= maybe_add( FID_FEE_AMT,  $patron->fee_amount );
427
            $resp .= maybe_add( FID_FEE_AMT,  $patron->fee_amount );
428
        }
428
        }
429
429
430
        $resp .= maybe_add( FID_SCREEN_MSG, $patron->screen_msg,   $server );
430
        $resp .= maybe_add( FID_SCREEN_MSG, $patron->screen_msg, $server );
431
        $resp .= maybe_add( FID_SCREEN_MSG, $patron->{branchcode}, $server )
431
        $resp .= maybe_add( FID_SCREEN_MSG, $patron->{branchcode}, $server )
432
          if ( $server->{account}->{send_patron_home_library_in_af} );
432
          if ( $server->{account}->{send_patron_home_library_in_af} );
433
433
434
- 

Return to bug 13871