https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40144

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from David Nind <[email protected]> ---
Testing notes (using KTD):
1. Run ./misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su tcohen -sp tomasito
-l MPL --patron tcohen -m patron_information
2. Notice the "Use of unitialized value in...." in the output:
     Attempting socket connection to 127.0.0.1:6001...connected!
     Use of uninitialized value $hold_mode in string eq at ./misc/
       sip_cli_emulator.pl line 127.
     SEND: 9300CNtcohen|COtomasito|CPMPL|
     READ: 940

     Login Failed!
3. Apply the patch.
4. Repeat step 1.
5. Notice that there is now no "Use of unitialized value in...." in the output:
     Attempting socket connection to 127.0.0.1:6001...connected!
     SEND: 9300CNtcohen|COtomasito|CPMPL|
     READ: 940

     Login Failed!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to