From: Galen Charlton Date: Thu, 11 Nov 2021 15:21:55 +0000 (-0500) Subject: LP1528301: (follow-up) tweak whitespace X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=HEAD;p=working%2FSIPServer.git LP1528301: (follow-up) tweak whitespace Signed-off-by: Galen Charlton --- diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index b04df24..c3cd3e0 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -708,7 +708,7 @@ sub handle_checkin { $resp .= maybe_add(FID_DESTINATION_LOCATION, $item->destination_loc ); $resp .= maybe_add(FID_HOLD_PATRON_ID, $item->hold_patron_bcode ); $resp .= maybe_add(FID_HOLD_PATRON_NAME, $item->hold_patron_name ); - if ($server->{institution}->phone_ext_to_msg10()) { + if ($server->{institution}->phone_ext_to_msg10()) { $resp .= maybe_add(FID_HOME_PHONE, $item->hold_patron_phone ); } }