[Koha-bugs] [Bug 16960] Patron::Modifications should be fixed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 24 06:21:35 CEST 2016


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #4 from Marc Véron <veron at veron.ch> ---
Hi Kyle,

Sorry, after applying the patch, I get an "Internal server error" on Home >
Patrons (members-home.pl)

plack-error.log says:
Can't locate object method "GetPendingModificationsCount" via package
"Koha::Patron::Modifications" at /home/marc/koha/members/members-home.pl line
91.

git grep GetPendingModifications

members/members-home.pl: 
Koha::Patron::Modifications->GetPendingModificationsCount( $branch );
^ Leads to error. If I fix this line, members-home.pl displays as expected


t/db_dependent/Koha_borrower_modifications.t:'Add a new pending modification
and test GetPendingModificationsCount() again'
t/db_dependent/Koha_borrower_modifications.t:## Check GetPendingModifications
marc at debian8vm:~/koha$ 
^ Inside comments, but I think it would be fine to change them for readability

Otherwise, sending an update request from OPAC and applying it from Staff
client works OK.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list