27 May
2020
27 May
'20
11:44 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25571 --- Comment #6 from Jonathan Druart <jonathan.druart@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.