From 0483b04efa19172ce6d3fa2c9d55ddcd8dab7351 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 11 Nov 2021 10:21:55 -0500 Subject: [PATCH] LP1528301: (follow-up) tweak whitespace Signed-off-by: Galen Charlton --- Sip/MsgType.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.11.0