From 5a4322fc370faa07303c9ce42b40ebcb40ebce22 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 --- 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 b6836a6..f62f82b 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); return(BLOCK_PATRON); } -- 1.8.3.1