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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt (-2 / +6 lines)
Lines 19-25 Link Here
19
                [% FOREACH hold IN holds %]
19
                [% FOREACH hold IN holds %]
20
                    [% biblio = hold.biblio %]
20
                    [% biblio = hold.biblio %]
21
                    <tr>
21
                    <tr>
22
                        <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.title | html %]</a></td>
22
                        <td>
23
                            <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]"> [% biblio.title | html %] </a>
24
                            [% IF (hold.is_hold_group_target) %]
25
                                <br /><span class="fw-bold fst-italic">(target of hold group)</span>
26
                            [% END %]
27
                        </td>
23
                        <td>[% hold.priority | html %]</td>
28
                        <td>[% hold.priority | html %]</td>
24
                        <td>[% hold.reservenotes | html %]</td>
29
                        <td>[% hold.reservenotes | html %]</td>
25
                    </tr>
30
                    </tr>
26
- 

Return to bug 40529