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.