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 381-395 Note that permanent location is a code, and location may be an authval. Link Here
381
                        [% IF hold %]
381
                        [% IF hold %]
382
                            [% IF hold.waitingdate %]
382
                            [% IF hold.waitingdate %]
383
                                Waiting at [% Branches.GetName( hold.branchcode ) | html %] since [% hold.waitingdate | $KohaDates %].
383
                                Waiting at [% Branches.GetName( hold.branchcode ) | html %] since [% hold.waitingdate | $KohaDates %].
384
                            [% ELSIF hold.priority == 1 %]
385
                                Item-level hold (placed [% hold.reservedate | $KohaDates %]) for delivery at [% Branches.GetName( hold.branchcode ) | html %].
386
                            [% ELSE %]
387
                                There is an item level hold on this item (priority = [% hold.priority | html %]).
388
                            [% END %]
389
                            [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
384
                            [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
390
                                Hold for:
385
                                Hold for:
391
                                [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
386
                                [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
392
                            [% END %]
387
                            [% END %]
388
                            [% ELSE %]
389
                                There is an item level hold on this item (priority = [% hold.priority | html %]).
390
                            [% END %]
393
                        [% END %]
391
                        [% END %]
394
                        [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold ) %]
392
                        [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold ) %]
395
                            Available
393
                            Available
396
- 

Return to bug 19288