[Koha-bugs] [Bug 25571] "Bibliographic record not found" when click on Edit item table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 27 11:44:28 CEST 2020


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

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1. Do you see a JS error in the console?

2. Does the "Delete item" work?

3. The biblionumber value is retrieved in JS:
 18     var biblionumber = $("input[name='biblionumber']").attr("value");
from koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js

Can you edit the source code of the page and search for
    <input type="hidden" name="biblionumber" value="XXX" />
(for me at line 866)

You can also copy the whole source code and attach it here.

-- 
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