Bug 3723 Correct return of Institution in Patron Info Resp
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 21 Oct 2009 08:54:18 +0000 (09:54 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 9 Feb 2010 02:22:29 +0000 (21:22 -0500)
commitf4b3c131dc34549c0749488d31baf6f7ca3be5ed
tree32d7c7d4345a1cbbec8825eb8afd73fe122bf771
parent1deaecb6d821f2b8f2e3e3aca2e77f3e28d7aefb
Bug 3723 Correct return of Institution in Patron Info Resp

While the comment correctly notes that the order of variable length
fields is not fixed some units expect mandatory fields to
follow the sequence in the protocol definition and fail
parsing otherwise. Moved institution id to its expected
place in the patron information response.

Indented the first half of the if (patron_valid) so its clearer
that two cases are handled here.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/SIP/Sip/MsgType.pm