From 67ab4e79718b9d1365aaf291396fa82206ed823f Mon Sep 17 00:00:00 2001 From: djfiander Date: Sun, 30 Apr 2006 01:20:01 +0000 Subject: [PATCH] Make sure to set BL: Patron Valid when the patron is, in fact, valid (uncovered by the tests) --- Sip/MsgType.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index f49b793..e984fab 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -925,6 +925,8 @@ sub handle_patron_info { $resp .= summary_info($patron, $summary, $start, $end); + $resp .= add_field(FID_VALID_PATRON, 'Y'); + # SIP 2.0 extensions used by Envisionware # Other types of terminals will ignore the fields, if # they don't recognize the codes -- 2.11.0