From 1c359f373c80ffcf21f5470c1a589ae2cc3df780 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Sat, 15 Aug 2020 16:56:25 +0000 Subject: [PATCH] Bug 26218: Added jquery validation in opac-reserve.pl page for calendar icon. To Test: 1. Search the catalog record in the OPAC. 2. Click on place hold 3. Go to /cgi-bin/koha/opac-reserve.pl?biblionumber=xxx 4. Click on Show more option. Calender icon is not coming. 5. Apply the patch. 6. Click on Show more option. Now you can able to see the calender icon. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 8a05f6c..7a10131 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -459,6 +459,7 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] +[% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %] [% INCLUDE 'calendar.inc' %]