[Koha-bugs] [Bug 1753] use of 'new CGI' in C4/Rports.pm

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jan 8 20:23:24 CET 2008


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


chris.cormack at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from chris.cormack at liblime.com  2008-01-08 11:23 -------
Good point will do,
The problem is the api for themelanguage recently changed and it needs a CGI
object passed to it.
In C4::Reports the themelanguage call is not done in any of subroutines, but is
called and use to populate an array that is used by many of the subroutines.
So I think that will need to be shifted to a subroutine instead. Then each of
the code refactored to pass the $cgi object in from the script and to the new
subroutine that populates the array. 

Will work on this now.




------- 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