Bug 6311 - end_patron_session always reports a non-existent error
Summary: end_patron_session always reports a non-existent error
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: master
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Colin Campbell
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 14:27 UTC by Colin Campbell
Modified: 2012-10-25 23:10 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed Patch (1.05 KB, patch)
2011-05-05 14:45 UTC, Colin Campbell
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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