[Koha-bugs] [Bug 1156] New: Calendar entry in acquisitions_stats.tmpl NPL template not displayed

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sat Aug 19 11:16:25 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1156

           Summary: Calendar entry in acquisitions_stats.tmpl NPL template
                    not displayed
           Product: Koha
           Version: 2.2.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Reports
        AssignedTo: chris at katipo.co.nz
        ReportedBy: psulasal at paju.oulu.fi
         QAContact: koha-bugs at nongnu.org


The calendar entry dialogue doesn't get displayed when clicking on the first
two calendar icons ('Limit by date:' below 'Display order date as:') in
'Accounts and reports -> Acquisitions' when using NPL templates.

The problem is that the template has wrong 'id' for from and to input fields
('from1' on line 63 should be just 'from', and 'to1' on line 92 should be just
'to'). Diff between a working version and original says this:

63c63
<			<td><label for="from1">From: </label><input type="text"
 size="10" id="from1" name="Filter" />
---
>                       <td><label for="from">From: </label><input type="text"  size="10" id="from" name="Filter" />
92c92
<				   <label for="to1">To:</label> <input 
size="10" id="to1" name="Filter" value="" type="text" />
---
>                                  <label for="to">To:</label> <input  size="10" id="to" name="Filter" value="" type="text" />




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list