https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696
Lee Jamison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Lee Jamison <[email protected]> --- 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. _______________________________________________ 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/
