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