http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11817 --- Comment #4 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- (In reply to Owen Leonard from comment #2)
(In reply to Fridolin SOMERS from comment #1)
I suggest to remove the browser feature from cataloging module.
What do you mean by the cataloging module? Do you mean the staff client? Can you please point out the bugs you know of?
No I mean the pages additem and addbiblio, they have been modified by Bug 10404. And it is for them that this code exists : $('a[href*="biblionumber="]').click(function (ev) If only catalogue module is used, we could change this code to : $('a[href*="detail.pl?biblionumber="]').click(function (ev) By the way, addbiblio has been changed but the browser does not appear in page. -- You are receiving this mail because: You are watching all bug changes.