[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
Fri Dec 11 09:32:02 CET 2020


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114231|0                           |1
        is obsolete|                            |

--- Comment #8 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 114321
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114321&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

Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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


More information about the Koha-bugs mailing list