From 574e729864b24c52f472d79daec452943b8f6a80 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 --- C4/SIP/Sip/MsgType.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.7.2.5