Bug 6242

Summary: Javscript errors in label-item-search.pl
Product: Koha Reporter: Frédérick Capovilla <fcapovilla>
Component: Label/patron card printingAssignee: Frédérick Capovilla <fcapovilla>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: f.demians
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Moved the inclusion of calendar.inc in labels/search.tmpl

Description Frédérick Capovilla 2011-04-21 17:35:40 UTC
Created attachment 3978 [details] [review]
Moved the inclusion of calendar.inc in labels/search.tmpl

In the page labels/label-item-search.pl, there are javascript errors that prevent the popup calendars from appearing.

Cause : calendar.inc depends on some javascript code that's included in doc-head-close.inc , but calendar.inc is included first.

Solution : I just moved the inclusion calendar.inc after doc-head-close.inc in /koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl

Patch attached.
Comment 1 Frédéric Demians 2011-05-13 09:16:44 UTC
> In the page labels/label-item-search.pl, there are javascript errors that
> prevent the popup calendars from appearing.

I can't reproduce this bug.
Comment 2 Frédérick Capovilla 2011-05-17 17:41:57 UTC
Tested with the newest version of Koha (3.2.9), and the problems seems to be fixed on this version.

I couldn't find the bug report that corrected the problem, so marked this bug as INVALID.