[Koha-bugs] [Bug 32418] CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 13 11:30:15 CEST 2023


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

--- Comment #34 from Paul Derscheid <paul.derscheid at lmscloud.de> ---
Created attachment 149591
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149591&action=edit
Bug 32418: (follow-up) Remove jQuery, Fix typos in url, add biblio as template
param

To test:
1. Go to any record
2. Hit the edit button on an item in the holdings table
3. Modify the URL so that the query param for the itemnumber is either
    3.1 empty:
/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=384&itemnumber=
    3.2 an itemnumber that doesn't exist:
     
/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=384&itemnumber=9999999999
    3.3 whatever else you come up with..
4. Check the same thing for the dupe option (op=dupeitem)
5. Sign off

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


More information about the Koha-bugs mailing list