Bug 15486: Modify request.tt to handle the new error string
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
index afbacf3..30ce360 100644 (file)
 
        <li>
         <label for="to">Hold expires on date:</label>
-        <input name="expiration_date" id="to" size="10" class="datepickerto" / type="text" >
+        <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
         <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
        </li>
 
                                 Age restricted
                             [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
                                 Exceeded max holds per record
+                            [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
+                                Daily hold limit reached for patron
                             [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
                                 Too many holds
                             [% ELSIF itemloo.not_holdable == 'notReservable' %]