|
Lines 791-796
Link Here
|
| 791 |
<th class="ci-dateaccessioned">Date acquired</th> |
791 |
<th class="ci-dateaccessioned">Date acquired</th> |
| 792 |
<th class="ci-recordlevelitemtype">Record-level itemtype</th> |
792 |
<th class="ci-recordlevelitemtype">Record-level itemtype</th> |
| 793 |
<th class="ci-itemtype">Item type</th> |
793 |
<th class="ci-itemtype">Item type</th> |
|
|
794 |
<th class="ci-collection">Collection</th> |
| 794 |
<th class="ci-patron">Patron</th> |
795 |
<th class="ci-patron">Patron</th> |
| 795 |
<th class="ci-note">Note</th> |
796 |
<th class="ci-note">Note</th> |
| 796 |
</tr> |
797 |
</tr> |
|
Lines 844-850
Link Here
|
| 844 |
[% ItemTypes.GetDescription( riloo.recordtype ) | html %] |
845 |
[% ItemTypes.GetDescription( riloo.recordtype ) | html %] |
| 845 |
</td> |
846 |
</td> |
| 846 |
<td class="ci-itemtype"> |
847 |
<td class="ci-itemtype"> |
| 847 |
[% ItemTypes.GetDescription( riloo.itemtype ) | html %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %] |
848 |
[% ItemTypes.GetDescription( riloo.itemtype ) | html %] |
|
|
849 |
</td> |
| 850 |
<td class="ci-collection"> |
| 851 |
[% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %] |
| 848 |
</td> |
852 |
</td> |
| 849 |
<td class="ci-patron"> |
853 |
<td class="ci-patron"> |
| 850 |
[% IF ( riloo.duedate ) %] |
854 |
[% IF ( riloo.duedate ) %] |
| 851 |
- |
|
|