Merge branch 'bug_8294' into 3.14-master
This commit is contained in:
commit
91649531c2
1 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@
|
||||||
<th>Last location</th>
|
<th>Last location</th>
|
||||||
[% END %]
|
[% END %]
|
||||||
<th>Call number</th>
|
<th>Call number</th>
|
||||||
[% IF ( bibitemloo.itemdata_enumchron ) %]
|
[% IF ( itemdata_enumchron ) %]
|
||||||
<th>Vol info</th>
|
<th>Vol info</th>
|
||||||
[% END %]
|
[% END %]
|
||||||
<th>Information</th>
|
<th>Information</th>
|
||||||
|
@ -464,7 +464,7 @@
|
||||||
<td class="holdingbranch">[% itemLoo.holdingBranchName %]</td>
|
<td class="holdingbranch">[% itemLoo.holdingBranchName %]</td>
|
||||||
[% END %]
|
[% END %]
|
||||||
<td class="call_no">[% itemLoo.callNumber %]</td>
|
<td class="call_no">[% itemLoo.callNumber %]</td>
|
||||||
[% IF ( itemLoo.itemdata_enumchron ) %]<!-- test -->
|
[% IF ( itemdata_enumchron ) %]
|
||||||
<td class="vol_info">[% itemLoo.enumchron %]</td>
|
<td class="vol_info">[% itemLoo.enumchron %]</td>
|
||||||
[% END %]
|
[% END %]
|
||||||
<td class="information">
|
<td class="information">
|
||||||
|
|
Loading…
Reference in a new issue