https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16960 --- Comment #8 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Marc Véron from comment #4)
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@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.
This should now be fixed! -- You are receiving this mail because: You are watching all bug changes.