|
Lines 1-5
Link Here
|
| 1 |
[% USE KohaBranchName %] |
1 |
[% USE KohaBranchName %] |
| 2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
|
|
3 |
[% USE AuthorisedValues %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>Koha › Circulation › In-house use</title> |
5 |
<title>Koha › Circulation › In-house use</title> |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 63-69
$(document).ready(function(){
Link Here
|
| 63 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a> |
64 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a> |
| 64 |
</td> |
65 |
</td> |
| 65 |
<td>[% item.branchcode | $KohaBranchName%]</td> |
66 |
<td>[% item.branchcode | $KohaBranchName%]</td> |
| 66 |
<td>[% item.location %]</td> |
67 |
<td>[% AuthorisedValues.GetByCode( 'LOC', item.location )%]</td> |
| 67 |
</tr> |
68 |
</tr> |
| 68 |
[% END %] |
69 |
[% END %] |
| 69 |
</tbody> |
70 |
</tbody> |
| 70 |
- |
|
|