[Koha-bugs] [Bug 5549] Hourly Loans

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 18 21:52:09 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549

--- Comment #28 from Ian Walls <ian.walls at bywatersolutions.com> 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.


More information about the Koha-bugs mailing list