[Koha-bugs] [Bug 2696] Fine Payments Should Show What Was Paid For

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 21:23:26 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696

Lee Jamison <ldjamison at marywood.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ldjamison at marywood.edu

--- Comment #16 from Lee Jamison <ldjamison at marywood.edu> ---
The patch and its dependencies applied cleanly and there were no problems when
running updatedatabase.pl. I added/paid fines on accounts but when I click on
the "Details" button of boraccount.pl tailing plack throws the following error
message:

Can't locate object method "search" via package "Koha::Account::Offsets"
(perhaps you forgot to load "Koha::Account::Offsets"?) at
/home/vagrant/kohaclone/members/accountline-details.pl line 52.

Line 52 of accountline-details.pl consists of the following code:

my @account_offsets = Koha::Account::Offsets->search( { $column =>
$accountlines_id } );

The only methods contained in Offsets.pm that are showing for me are:

sub _type {
    return 'AccountOffset';
}

sub object_class {
    return 'Koha::Account::Offset';
}

Let me know if there appears to be a problem with my test and I will try it
again.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list