Bug 7241, follow-up: viewlog link for circulation
Fixes a few things about the CIRC link in viewlogs: - "itemnumber=" instead of "item=" - anchor #item was filled with the wrong field - tooltip now indicates "item" instead of "biblio" Signed-off-by: Adrien Saurat <adrien.saurat@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
a252e417fb
commit
520a82a754
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
</td>
|
||||
<td>
|
||||
[% IF ( loopro.CIRCULATION ) %]
|
||||
<a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.info %]&biblionumber=[% loopro.biblionumber %]&bi=[% loopro.biblioitemnumber %]#item[% loopro.object %]" title="Display detail for this biblio">Item [% loopro.barcode |html %]</a>
|
||||
<a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info %]&biblionumber=[% loopro.biblionumber %]&bi=[% loopro.biblioitemnumber %]#item[% loopro.info %]" title="Display detail for this item">Item [% loopro.barcode |html %]</a>
|
||||
[% ELSE %]
|
||||
[% loopro.info |html %]
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue