Bug 6311

Summary: end_patron_session always reports a non-existent error
Product: Koha Reporter: Colin Campbell <colin.campbell>
Component: SIP2Assignee: Colin Campbell <colin.campbell>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, f.demians
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed Patch

Description Colin Campbell 2011-05-05 14:27:58 UTC
When the sipserver processes a end_patron_session it always reports an erroneous institution_id has been sent. The reason is because it is not passing the contents of the requisite field but of an undefined value because the hash key is incorrect. It should be passing the field value, correctly as in other messages
Comment 1 Colin Campbell 2011-05-05 14:45:03 UTC
Created attachment 4041 [details] [review]
Proposed Patch
Comment 2 Chris Cormack 2011-08-01 03:17:39 UTC
Pushed, please test