Transmit screen message and print line in Patron Information
authordjfiander <djfiander>
Sun, 27 Aug 2006 11:49:52 +0000 (11:49 +0000)
committerdjfiander <djfiander>
Sun, 27 Aug 2006 11:49:52 +0000 (11:49 +0000)
Response messages.

Sip/MsgType.pm

index 1e30a65..a726377 100644 (file)
@@ -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,