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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-6 / +3 lines)
Lines 359-373 Link Here
359
                        [% IF hold %]
359
                        [% IF hold %]
360
                            [% IF hold.waitingdate %]
360
                            [% IF hold.waitingdate %]
361
                                Waiting at [% Branches.GetName( hold.branchcode ) | html %] since [% hold.waitingdate | $KohaDates %].
361
                                Waiting at [% Branches.GetName( hold.branchcode ) | html %] since [% hold.waitingdate | $KohaDates %].
362
                            [% ELSIF hold.priority == 1 %]
363
                                Item-level hold (placed [% hold.reservedate | $KohaDates %]) for delivery at [% Branches.GetName( hold.branchcode ) | html %].
364
                            [% ELSE %]
365
                                There is an item level hold on this item (priority = [% hold.priority %]).
366
                            [% END %]
367
                            [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
362
                            [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
368
                                Hold for:
363
                                Hold for:
369
                                [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
364
                                [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
370
                            [% END %]
365
                            [% END %]
366
                            [% ELSE %]
367
                                There is an item level hold on this item (priority = [% hold.priority %]).
368
                            [% END %]
371
                        [% END %]
369
                        [% END %]
372
                        [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold ) %]
370
                        [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold ) %]
373
                            Available
371
                            Available
374
- 

Return to bug 19288