Bug 16960 - Patron::Modifications should be fixed
[koha.git] / members / members-home.pl
index 247cc00..5b7c614 100755 (executable)
@@ -89,7 +89,7 @@ else {
 
 
 my $pending_borrower_modifications =
-  Koha::Patron::Modifications->GetPendingModificationsCount( $branch );
+  Koha::Patron::Modifications->pending_count( $branch );
 
 $template->param( 
         no_add => $no_add,