http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11817
--- Comment #4 from Fridolin SOMERS <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
