[Bug 7396] New: Debarred message not displayed over SIP2
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Bug #: 7396 Summary: Debarred message not displayed over SIP2 Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: SIP2 AssignedTo: ian.walls@bywatersolutions.com ReportedBy: ian.walls@bywatersolutions.com QAContact: ian.walls@bywatersolutions.com If a patron account is restricted with 'debarred', no such message is displayed after the "Greetings from Koha." message in the SIP2 response. Messages for Gone No Address, Lost Card and Expired account all show; it's just the Debarred message that does not. Looks to be a typo when referencing the flags name ("DEBARRED" instead of the correct "DBARRED"). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored QAContact|ian.walls@bywatersolutions. |jonathan.druart@biblibre.co |com |m -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 --- Comment #1 from Ian Walls <ian.walls@bywatersolutions.com> 2012-01-02 16:07:51 UTC --- Created attachment 7015 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7015 Proposed Patch Corrects "DEBARRED" to "DBARRED" in list of flags to check for messages -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> 2012-01-04 21:14:35 UTC --- Instructions on how to test: This assumes using stock Koha and an unmodified SIPconfig.xml. [1] Add a staff user whose username and barcode are 'term1' and whose password is 'term1'. Give it the 'circulate' permission. [2] Fire up the SIPServer. E.g., $ perl C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml & [3] Use telnet to open a SIP connection: $ telnet localhost 6001 (Further interaction is assumed to be in the context of the telnet session. Use Ctrl-] to close the connection when you're done). [4] Try logging into the terminal 9300CNterm1|COterm1|CPCPL| The expected response is '941' [5] Enter a patron information request: 6300020060329 201700Y AOCPL|AAterm1|ACterm1|ADterm1| Response should be something like: 64 00020120104 171118000000000000000000000000AOCPL|AAterm1|AE term1|BLY|CQY|CC1|PCS|PIY|AFGreetings from Koha. | Now let's say we've made term1 GNA and debarred. Response, if the patch for 7396 works, would be something like: 64YYYYY 00020120104 171606000000000000000000000000AOCPL|AAterm1|AE term1|BLY|CQY|CC1|PCS|PIN|AFGreetings from Koha. -- Borrower has no valid address. -- Borrower is Debarred.| -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7015|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> 2012-01-13 07:27:52 UTC --- Created attachment 7128 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7128 Bug 7396: Debarred message not showing over SIP2 Corrects typo in list of flags; was DEBARRED, but the actual name of the flag is DBARRED (for some reason) Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> 2012-01-13 08:19:36 UTC --- Simple Patch, cCorrects DEBARRED to DBARRED in C4/SIP/ILS/Patron.pm Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain@biblibre.com Version|master |rel_3_6 Patch Status|Passed QA |Patch Pushed --- Comment #5 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-13 11:17:31 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #6 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This was included in the 3.6 branch prior to 3.6.4. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org