Lines 72-79
Link Here
|
72 |
[% END -%] |
72 |
[% END -%] |
73 |
</td> |
73 |
</td> |
74 |
<td> |
74 |
<td> |
75 |
[% IF ( operation.biblionumber ) %] |
75 |
[% IF ( operation.itemnumber ) %] |
76 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% operation.biblionumber | uri %]" title="[% operation.bibliotitle | html %]">[% operation.barcode | html %]</a> |
76 |
<a |
|
|
77 |
href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% operation.biblionumber | uri %]&itemnumber=[% operation.itemnumber | uri %]#item[% operation.itemnumber | uri %]" |
78 |
target="_blank" |
79 |
title="[% operation.bibliotitle | html %]" |
80 |
>[% operation.barcode | html %]</a |
81 |
> |
77 |
[% ELSE %] |
82 |
[% ELSE %] |
78 |
<span class="error">[% operation.barcode | html %]</span> |
83 |
<span class="error">[% operation.barcode | html %]</span> |
79 |
[% END %] |
84 |
[% END %] |