From 2482819de984200f6c1d0387b3c9fd8ad10940b3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 8 Jul 2013 08:03:11 -0400 Subject: [PATCH] Bug 9252 - Add option to send patron's home branch in AF field - QA Followup Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton --- C4/SIP/Sip/MsgType.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm index efb3ca4067..17185e0012 100644 --- a/C4/SIP/Sip/MsgType.pm +++ b/C4/SIP/Sip/MsgType.pm @@ -739,7 +739,7 @@ sub handle_block_patron { $patron->block($card_retained, $blocked_card_msg); } - $resp = build_patron_status($patron, $patron->language, $fields); + $resp = build_patron_status( $patron, $patron->language, $fields, $server ); $self->write_msg($resp,undef,$server->{account}->{terminator}); return(BLOCK_PATRON); } -- 2.20.1