From: djfiander Date: Sun, 27 Aug 2006 11:49:52 +0000 (+0000) Subject: Transmit screen message and print line in Patron Information X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=337ce816e6f26acf78468a6f5c9f9775a12efa44;p=working%2FSIPServer.git Transmit screen message and print line in Patron Information Response messages. --- diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index 1e30a65..a726377 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -951,6 +951,9 @@ sub handle_patron_info { # Custom protocol extension to report patron internet privileges $resp .= maybe_add(FID_INET_PROFILE, $patron->inet_privileges); + + $resp .= maybe_add(FID_SCREEN_MSG, $patron->screen_msg); + $resp .= maybe_add(FID_PRINT_LINE, $patron->print_line); } else { # Invalid patron ID # He has no privileges, no items associated with him,