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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-11 / +12 lines)
Lines 452-468 Link Here
452
452
453
                                            <li>
453
                                            <li>
454
                                                <label>Items ready for pickup: </label>
454
                                                <label>Items ready for pickup: </label>
455
                                                <span>
455
                                                <fieldset>
456
                                                    [% IF waiting_holds.count %]
456
                                                    <ul>
457
                                                        [% FOREACH h IN waiting_holds %]
457
                                                        [% IF waiting_holds.count %]
458
                                                            <p>
458
                                                            [% FOREACH h IN waiting_holds %]
459
                                                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>)
459
                                                                <li>
460
                                                            </p>
460
                                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>)
461
                                                                </li>
462
                                                            [% END %]
463
                                                        [% ELSE %]
464
                                                            <li>There are no waiting holds for this patron at this library.</li>
461
                                                        [% END %]
465
                                                        [% END %]
462
                                                    [% ELSE %]
466
                                                    </ul>
463
                                                        <span>There are no waiting holds for this patron at this library.</span>
467
                                                </fieldset>
464
                                                    [% END %]
465
                                                </span>
466
                                            </li>
468
                                            </li>
467
469
468
                                            <li>
470
                                            <li>
469
- 

Return to bug 34373