http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.10 |master CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This is from the template for the links: 152 [% IF ( EasyAnalyticalRecords && CAN_user_editcatalogue_edit_catalogue ) %] 153 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&analyze=1">Analyze items</a></li> 154 [% END %] 155 [% IF CAN_user_editcatalogue_edit_catalogue %] 156 <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?parentbiblionumber=[% biblionumber %]">New child record</a></li> 157 [% END %] We could easily hide the 'new child record' if EasyAnalytics is turned on - althought it would be nicer to find a way to have both coexist (item level linking and record level linking). -- You are receiving this mail because: You are watching all bug changes.