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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +2 lines)
Lines 326-331 Link Here
326
                                Age restricted
326
                                Age restricted
327
                            [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
327
                            [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
328
                                Exceeded max holds per record
328
                                Exceeded max holds per record
329
                            [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
330
                                Daily hold limit reached for patron
329
                            [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
331
                            [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
330
                                Too many holds
332
                                Too many holds
331
                            [% ELSIF itemloo.not_holdable == 'notReservable' %]
333
                            [% ELSIF itemloo.not_holdable == 'notReservable' %]
332
- 

Return to bug 15486