Bug 7699: Restricted until datepicker broken
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 11 Mar 2012 17:19:00 +0000 (13:19 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 14 Mar 2012 13:33:22 +0000 (14:33 +0100)
To test:
1. Edit a patron, and try to use the datepicker to set the date the patron is
   restricted until.
2. Note that the datepicker does not come up.
3. Apply patch.
4. Repeat step 1.
5. Note that the datepicker does come up.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt

index c364f85..814bd55 100644 (file)
                         <script language="JavaScript" type="text/javascript">
                            Calendar.setup(
                            {
-                               inputField : "debarred",
+                               inputField : "datedebarred",
                                ifFormat : "[% DHTMLcalendar_dateformat %]",
                                button : "debarred_button"
                            }