Lines 72-78
Link Here
|
72 |
<th>Title</th> |
72 |
<th>Title</th> |
73 |
<th>Barcode</th> |
73 |
<th>Barcode</th> |
74 |
<th>Call number</th> |
74 |
<th>Call number</th> |
75 |
<th>Item type</th> |
75 |
[% IF item_level_itypes %]<th>Item type</th>[% END %] |
76 |
<th>Collection</th> |
76 |
<th>Collection</th> |
77 |
<th>Location</th> |
77 |
<th>Location</th> |
78 |
<th>Library</th> |
78 |
<th>Library</th> |
Lines 90-95
Link Here
|
90 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cr.item.biblionumber %]">[% cr.item.title %]</a></td> |
90 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cr.item.biblionumber %]">[% cr.item.title %]</a></td> |
91 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cr.item.itemnumber %]&biblionumber=[% cr.item.biblionumber %]&bi=[% cr.item.biblioitemnumber %]">[% cr.item.barcode %]</a></td> |
91 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cr.item.itemnumber %]&biblionumber=[% cr.item.biblionumber %]&bi=[% cr.item.biblioitemnumber %]">[% cr.item.barcode %]</a></td> |
92 |
<td>[% cr.item.itemcallnumber %]</td> |
92 |
<td>[% cr.item.itemcallnumber %]</td> |
|
|
93 |
[% IF item_level_itypes %] |
93 |
<td> |
94 |
<td> |
94 |
[% IF cr.course_item.itype %] |
95 |
[% IF cr.course_item.itype %] |
95 |
[% IF cr.course_item.enabled == 'yes' %] |
96 |
[% IF cr.course_item.enabled == 'yes' %] |
Lines 102-107
Link Here
|
102 |
([% ItemTypes.GetDescription( cr.item.itype ) %]) |
103 |
([% ItemTypes.GetDescription( cr.item.itype ) %]) |
103 |
[% END %] |
104 |
[% END %] |
104 |
</td> |
105 |
</td> |
|
|
106 |
[% END %] |
105 |
<td> |
107 |
<td> |
106 |
[% IF cr.course_item.ccode %] |
108 |
[% IF cr.course_item.ccode %] |
107 |
[% IF cr.course_item.enabled == 'yes' %] |
109 |
[% IF cr.course_item.enabled == 'yes' %] |
108 |
- |
|
|