@@ -, +, @@ loss of data --- opac/opac-suggestions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-suggestions.pl +++ a/opac/opac-suggestions.pl @@ -114,7 +114,7 @@ if ( $op eq 'else' ) { my $patrons_pending_suggestions_count = 0; if ( $borrowernumber ) { - my $patrons_pending_suggestions_count = scalar @{ SearchSuggestion( { suggestedby => $borrowernumber, STATUS => 'ASKED' } ) } ; + $patrons_pending_suggestions_count = scalar @{ SearchSuggestion( { suggestedby => $borrowernumber, STATUS => 'ASKED' } ) } ; } my $suggestions_loop = &SearchSuggestion($suggestion); --