Lines 396-402
function Dopop(link) {
Link Here
|
396 |
[% IF ( riloop ) %] |
396 |
[% IF ( riloop ) %] |
397 |
<h2>Checked-In items</h2> |
397 |
<h2>Checked-In items</h2> |
398 |
<table> |
398 |
<table> |
399 |
<tr><th>Due Date</th><th>Title</th> <th>Author</th> <th>Barcode</th><th>Call Number</th><th>Type</th> <th>Patron</th><th>Note</th></tr> |
399 |
<tr><th>Due Date</th><th>Title</th> <th>Author</th> <th>Barcode</th><th>Shelving Location</th><th>Call Number</th><th>Type</th> <th>Patron</th><th>Note</th></tr> |
400 |
|
400 |
|
401 |
[% FOREACH riloo IN riloop %] |
401 |
[% FOREACH riloo IN riloop %] |
402 |
<tr> |
402 |
<tr> |
Lines 412-417
function Dopop(link) {
Link Here
|
412 |
[% riloo.itemtitle |html %]</a></td> |
412 |
[% riloo.itemtitle |html %]</a></td> |
413 |
<td>[% riloo.itemauthor %]</td> |
413 |
<td>[% riloo.itemauthor %]</td> |
414 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> |
414 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> |
|
|
415 |
<td>[% riloo.location %]</td> |
415 |
<td>[% riloo.itemcallnumber %]</td> |
416 |
<td>[% riloo.itemcallnumber %]</td> |
416 |
<td>[% riloo.itemtype %] [% riloo.ccode %]</td> |
417 |
<td>[% riloo.itemtype %] [% riloo.ccode %]</td> |
417 |
<td>[% IF ( riloo.duedate ) %] |
418 |
<td>[% IF ( riloo.duedate ) %] |
418 |
- |
|
|