[Bug 2696] Fine Payments Should Show What Was Paid For
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696 Lee Jamison <ldjamison@marywood.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ldjamison@marywood.edu --- Comment #16 from Lee Jamison <ldjamison@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org