[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 7 00:08:07 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.10                        |master
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #2 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list