[Koha-bugs] [Bug 22790] The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 26 21:48:51 CEST 2019


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

--- Comment #2 from Andreas Jonsson <andreas.jonsson at kreablo.se> ---
Testplan for kohadevbox:

1. Set syspref itemBarcodeInputFilter to "Remove spaces from"
2. Disable syspref RequireStrongPassword
3. Add a bibliographic record
4. Add an item with barcode '12' 
5. Add a borrower with cardnumber 2 and password aaa
6  Add a borrower with username term1 and password term1 and grant circulate
permissions
7. Confirm that this input match the item added in step 2.
8. Login to server via ssh and run 'sudo koha-sip-enable kohadev && sudo
koha-start-sip kohadev'
9. Try checking out an item using sip: /usr/share/koha/bin/sip_cli_emulator.pl
--sip_user=term1 --sip_pass=term1 --patron=2 --password=aaa --item='1 2' -m
checkout -a 127.0.0.1 -p 6001 -l MAIN
10. Without patch, the sip response  will be 'Invalid item'
11. With patch, the  sip response will be 'Item cannot be issued: TOO_MANY' (or
any other response indicating that the item was at least found)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list