http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
--- Comment #28 from Ian Walls <[email protected]> 2011-10-18 19:52:09 UTC --- .po files removed. Dropdowns have been added for existing circ rules; since these rules cannot be edited on their own lines, these dropdowns are misleading. I don't think they properly save, either; after saving an hourly rule, the database did not record an hourly rule. More importantly, I'm unable to view a patron with checkouts; I get: Can't call method "clone" without a package or object reference at /home/sekjal/kohaclone/members/moremember.pl line 500. which is in build_issue_data: my $issuedate; if ($issue->{issuedate} ) { $issuedate = $issue->{issuedate}->clone(); } Since $issuedate is just a string from the issues table, it's clear that calling an object reference on it would fail... I don't know why this is working in Elliott's production system. Something must be different there. I cannot even tell what "clone" is supposed to do for me. Failed QA persists. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
