From: djfiander Date: Sun, 28 May 2006 12:30:20 +0000 (+0000) Subject: Hold messages can have a patron password in them X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd03fa5f89732f3f02a477081231f9e3d7178385;p=SIPServer.git Hold messages can have a patron password in them --- diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index e963562..610c576 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -229,9 +229,9 @@ my %handlers = ( template_len => 19, fields => [(FID_EXPIRATION), (FID_PICKUP_LOCN), (FID_HOLD_TYPE), (FID_INST_ID), - (FID_PATRON_ID), (FID_ITEM_ID), - (FID_TITLE_ID), (FID_TERMINAL_PWD), - (FID_FEE_ACK)], + (FID_PATRON_ID), (FID_PATRON_PWD), + (FID_ITEM_ID), (FID_TITLE_ID), + (FID_TERMINAL_PWD), (FID_FEE_ACK)], } } },