https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25571
--- Comment #6 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
