[Koha-bugs] [Bug 27149] Z3950Responder removes itemnumber when adding item statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 3 18:09:31 CET 2020


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 114156
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114156&action=edit
Bug 27149: Don't strip itemnumber when adding item status via Z3950Responder

To test:
1 - sudo koha-z3950-responder --stop kohadev
2 - Run it manually:
    perl /kohadevbox/koha/misc/z3950_responder.pl -c
/etc/koha/sites/kohadev/z3950 -u kohadev-koha -p
/var/run/koha/kohadev/z3950-responder.pid -D -d kohadev-koha-z3950 -l
/var/log/koha/kohadev/z3950.log
3 - Connect and search to verify itemnumber is in item records
    yaz-client localhost:2100
    base biblios
    find shuffle
    show 1+1
4 - sudo koha-z3950-responder --stop kohadev
5 - Run it manually to add item status
    perl /kohadevbox/koha/misc/z3950_responder.pl --add-item-status k -c
/etc/koha/sites/kohadev/z3950 -u kohadev-koha -p
/var/run/koha/kohadev/z3950-responder.pid -D -d kohadev-koha-z3950 -l
/var/log/koha/kohadev/z3950.log
6 - Connect and search, no itemnumber in records
7 - Apply patch
8 - Stop, restart all the things, and manually start server with item status
again
9 - Connect and search, itemnumbers are included

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


More information about the Koha-bugs mailing list