Lines 382-388
Link Here
|
382 |
<td class="holdingbranch">[% Branches.GetName( itemLoo.holdingBranchName ) | html %]</td> |
382 |
<td class="holdingbranch">[% Branches.GetName( itemLoo.holdingBranchName ) | html %]</td> |
383 |
[% END %] |
383 |
[% END %] |
384 |
[% IF ( itemdata_ccode ) %] |
384 |
[% IF ( itemdata_ccode ) %] |
385 |
<td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode ) | html %][% END %]</td> |
385 |
<td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode, 1 ) | html %][% END %]</td> |
386 |
[% END %] |
386 |
[% END %] |
387 |
<td class="call_no">[% itemLoo.callNumber | html %]</td> |
387 |
<td class="call_no">[% itemLoo.callNumber | html %]</td> |
388 |
[% IF ( itemdata_enumchron ) %] |
388 |
[% IF ( itemdata_enumchron ) %] |
389 |
- |
|
|