Lines 588-594
$(document).ready(function () {
Link Here
|
588 |
<td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) %]</td> |
588 |
<td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) %]</td> |
589 |
<td class="ci-shelvinglocation">[% riloo.location %]</td> |
589 |
<td class="ci-shelvinglocation">[% riloo.location %]</td> |
590 |
<td class="ci-callnumber">[% riloo.itemcallnumber %]</td> |
590 |
<td class="ci-callnumber">[% riloo.itemcallnumber %]</td> |
591 |
<td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% riloo.ccode %]</td> |
591 |
<td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) %]</td> |
592 |
<td class="ci-patron">[% IF ( riloo.duedate ) %] |
592 |
<td class="ci-patron">[% IF ( riloo.duedate ) %] |
593 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> |
593 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> |
594 |
[% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) |
594 |
[% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) |
595 |
- |
|
|