http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13943 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- Jonathan, have you tested this? At a glance, it looks like the main delete button will work because the href attribute points to "/cgi-bin/koha/mainpage.pl" instead of "/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]", but I don't know why you'd point at "/cgi-bin/koha/mainpage.pl"... I think that would be a surprising result when successfully deleting an item, no? I imagine the inline delete link will work since browser.js should try to bind the problematic click handler using the selector $('a[href*="biblionumber="]') before the inline links get created. Anyway... just some thoughts... -- You are receiving this mail because: You are watching all bug changes.