8 May
2025
8 May
'25
11:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #41 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> ---
From cataloguing_additem.js:
$(document).ready(function () { + $( + '#cataloguing_additem_newitem #f[action^="/cgi-bin/koha/cataloguing/additem.pl"]' + ); // Remove the onclick event defined in browser.js, // otherwise the deletion confirmation will not work correctly $('a[href*="biblionumber="]').off("click");
It's not clear to me what this change does or if it's intentional. If it is an intentional change, can you clarify?
Definitely a mistake, I have removed it. -- You are receiving this mail because: You are watching all bug changes.