View | Details | Raw Unified | Return to bug 41010
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-3 / +2 lines)
Lines 1534-1540 Link Here
1534
                        <td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td>
1534
                        <td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td>
1535
                    [% END %]
1535
                    [% END %]
1536
1536
1537
                    [% IF item_level_holds > 0 || show_priority %]
1537
                    [% IF item_level_holds > 0 %]
1538
                        <td class="holds_count">
1538
                        <td class="holds_count">
1539
                            [% IF holds_count.defined %][% ITEM_RESULT.holds_count | html %][% END %]
1539
                            [% IF holds_count.defined %][% ITEM_RESULT.holds_count | html %][% END %]
1540
                            [% IF ITEM_RESULT.priority %]
1540
                            [% IF ITEM_RESULT.priority %]
Lines 1546-1552 Link Here
1546
                            [% END %]
1546
                            [% END %]
1547
                        </td>
1547
                        </td>
1548
                    [% ELSIF show_priority %]
1548
                    [% ELSIF show_priority %]
1549
                        <td class="holds_priority">[% priority | html %] </td>
1549
                        <td class="holds_priority">[% priority | html %]</td>
1550
                    [% END %]
1550
                    [% END %]
1551
1551
1552
                    [% IF ShowCourseReservesHeader %]
1552
                    [% IF ShowCourseReservesHeader %]
1553
- 

Return to bug 41010