@@ -, +, @@ - Log in to the OPAC. - Locate a bibliographic record which has one item and that item is checked out. - Click "Place recall." - The "Recall not needed after" field should be styled correctly, and clicking it should trigger the calendar popup. - You should be limited to selections after today's date. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt @@ -83,7 +83,11 @@ [% END %] -
  • [% INCLUDE 'date-format.inc' %]
  • +
  • + + + [% INCLUDE 'date-format.inc' %] +
  • @@ -199,9 +203,6 @@ $("#items").hide(); } }); - $("#expirationdate").datepicker({ - minDate: 0, - }); }); [% END %] --