|
Lines 433-439
Link Here
|
| 433 |
<th>Last location</th> |
433 |
<th>Last location</th> |
| 434 |
[% END %] |
434 |
[% END %] |
| 435 |
<th>Call number</th> |
435 |
<th>Call number</th> |
| 436 |
[% IF ( bibitemloo.itemdata_enumchron ) %] |
436 |
[% IF ( itemdata_enumchron ) %] |
| 437 |
<th>Vol info</th> |
437 |
<th>Vol info</th> |
| 438 |
[% END %] |
438 |
[% END %] |
| 439 |
<th>Information</th> |
439 |
<th>Information</th> |
|
Lines 464-470
Link Here
|
| 464 |
<td class="holdingbranch">[% itemLoo.holdingBranchName %]</td> |
464 |
<td class="holdingbranch">[% itemLoo.holdingBranchName %]</td> |
| 465 |
[% END %] |
465 |
[% END %] |
| 466 |
<td class="call_no">[% itemLoo.callNumber %]</td> |
466 |
<td class="call_no">[% itemLoo.callNumber %]</td> |
| 467 |
[% IF ( itemLoo.itemdata_enumchron ) %]<!-- test --> |
467 |
[% IF ( itemdata_enumchron ) %] |
| 468 |
<td class="vol_info">[% itemLoo.enumchron %]</td> |
468 |
<td class="vol_info">[% itemLoo.enumchron %]</td> |
| 469 |
[% END %] |
469 |
[% END %] |
| 470 |
<td class="information"> |
470 |
<td class="information"> |
| 471 |
- |
|
|