On Tue, 20 Aug 2002 23:24:18 +0300 Ville Huhtala <vhuhtala@mail.student.oulu.fi> wrote:
On Fri, 16 Aug 2002 14:06:58 -0700 (PDT) Tonnesen Steve <tonnesen@cmsd.bc.ca> wrote:
I've found a few bugs in 1.2.3RC9, mostly in the circulation interface. It looks to me like this needs some more testing...
I've uploaded an RC10 to sourceforge that fixes the show stopper bugs that I found... but if anybody wants to give this one a look, I think it needs it.
Steve.
Reports, advanced search, parameters... empty
Hard coded paths - after changing paths suitable for my setup everything seem to work OK. [root@syy059 koha]# grep -R '/usr/local/koha' * intranet/cgi-bin/admin/templates.pl:opendir D, "/usr/local/koha/intranet/htdocs/includes/templates"; intranet/cgi-bin/admin-home.pl:open H, "/usr/local/koha/intranet/htdocs/admin/index.html"; intranet/cgi-bin/catalogue-home.pl:open C, "/usr/local/koha/intranet/htdocs/includes/cat-class-list.inc"; intranet/cgi-bin/catalogue-home.pl:open H, "/usr/local/koha/intranet/htdocs/catalogue/index.html"; intranet/cgi-bin/groups.pl: ($type eq 'overdues') && ($output.="<img src=/usr/local/koha/librarian/htdocs/images/overdues.jpg><br>\n"); this is wrong anyway librarian -> intranet intranet/cgi-bin/members-home.pl:open H, "/usr/local/koha/intranet/htdocs/members/index.html"; intranet/cgi-bin/reports-home.pl:open H, "/usr/local/koha/intranet/htdocs/reports/index.html"; Ville Huhtala