projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0483b04
)
Adding email support for msg10
user/blake/lp1528301_noble_extension
author
blake
<blake@mobiusconsortium.org>
Fri, 21 Jan 2022 15:52:55 +0000
(09:52 -0600)
committer
blake
<blake@mobiusconsortium.org>
Fri, 21 Jan 2022 15:55:17 +0000
(09:55 -0600)
Signed-off-by: blake <blake@mobiusconsortium.org>
Sip/MsgType.pm
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
c3cd3e0
..
24e27f7
100644
(file)
--- a/
Sip/MsgType.pm
+++ b/
Sip/MsgType.pm
@@
-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 );
}
}
}