projects
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e541e
)
LP1528301: (follow-up) tweak whitespace
master
author
Galen Charlton
<gmc@equinoxOLI.org>
Thu, 11 Nov 2021 15:21:55 +0000
(10:21 -0500)
committer
Galen 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
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
b04df24
..
c3cd3e0
100644
(file)
--- 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 );
}
}