Adding email support for msg10 user/blake/lp1528301_noble_extension
authorblake <blake@mobiusconsortium.org>
Fri, 21 Jan 2022 15:52:55 +0000 (09:52 -0600)
committerblake <blake@mobiusconsortium.org>
Fri, 21 Jan 2022 15:55:17 +0000 (09:55 -0600)
Signed-off-by: blake <blake@mobiusconsortium.org>
Sip/MsgType.pm

index c3cd3e0..24e27f7 100644 (file)
@@ -710,6 +710,7 @@ sub handle_checkin {
             $resp .= maybe_add(FID_HOLD_PATRON_NAME,     $item->hold_patron_name   );
             if ($server->{institution}->phone_ext_to_msg10()) {
                 $resp .= maybe_add(FID_HOME_PHONE,           $item->hold_patron_phone  );
+                $resp .= maybe_add(FID_EMAIL,                $item->hold_patron_email  );
             }
         }
     }