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 527-532 function checkMultiHold() { Link Here
527
                                Age restricted
527
                                Age restricted
528
                            [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
528
                            [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
529
                                Exceeded max holds per record
529
                                Exceeded max holds per record
530
                            [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
531
                                Daily hold limit reached for patron
530
                            [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
532
                            [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
531
                                Too many holds
533
                                Too many holds
532
                            [% ELSIF itemloo.not_holdable == 'notReservable' %]
534
                            [% ELSIF itemloo.not_holdable == 'notReservable' %]
533
- 

Return to bug 15486