LP1528301: (follow-up) tweak whitespace master
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 Nov 2021 15:21:55 +0000 (10:21 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 Nov 2021 15:22:37 +0000 (10:22 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Sip/MsgType.pm

index b04df24..c3cd3e0 100644 (file)
@@ -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  );
             }
         }