Skip to content

Commit

Permalink
(MT #6181) Dead link in Checked-In items
Browse files Browse the repository at this point in the history
The line for patron, when the item needs to be transfered, and the transfer is done, appears like a blank link with parenthesis.
This patch in this case, shows "Not checked out".
(cherry picked from commit 6b2d8a7)
  • Loading branch information
croullebois-christophe authored and clrh committed Jun 22, 2011
1 parent bfa4672 commit 7811c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
Expand Up @@ -439,7 +439,7 @@ function Dopop(link) {
<td><!-- TMPL_VAR NAME="holdingbranch" --></td>
<td><!-- TMPL_VAR NAME="itemlocation" --></td>
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
<td><!-- TMPL_IF Name="duedate" -->
<td><!-- TMPL_IF Name="borsurname" -->
<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=<!-- TMPL_VAR Name="borrowernumber" -->">
<!-- TMPL_VAR Name="borsurname" -->, <!-- TMPL_VAR Name="borfirstname" --> (<!-- TMPL_VAR name="borcategorycode" -->)
</a>
Expand Down

0 comments on commit 7811c87

Please sign in to comment.