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

--- Comment #2 from Baptiste Wojtkowski (bwoj) 
<[email protected]> ---
> git grep "GetSuggestion[^a-zA-Z]"
C4/Acquisition.pm:use C4::Suggestions qw( GetSuggestion
GetSuggestionFromBiblionumber ModSuggestion );
C4/Suggestions.pm:\%sth = &GetSuggestion($suggestionid)
C4/Suggestions.pm:sub GetSuggestion {
C4/Suggestions.pm:        my $full_suggestion = GetSuggestion(
$suggestion->{suggestionid} );
acqui/basket.pl:use C4::Suggestions qw( GetSuggestion
GetSuggestionInfoFromBiblionumber GetSuggestionInfo );
acqui/neworderempty.pl:use C4::Suggestions qw( GetSuggestion GetSuggestionInfo
);
acqui/neworderempty.pl:        $data = GetSuggestion($suggestionid);
acqui/orderreceive.pl:use C4::Suggestions qw( GetSuggestion
GetSuggestionInfoFromBiblionumber GetSuggestionInfo );
acqui/parcel.pl:use C4::Suggestions qw( GetSuggestion
GetSuggestionInfoFromBiblionumber GetSuggestionInfo );
misc/release_notes/release_notes_3_20_0.txt:    13201   normal  GetSuggestion
takes suggestionid
suggestion/suggestion.pl:    $suggestion_ref = &GetSuggestion(
$$suggestion_ref{'suggestionid'} );
suggestion/suggestion.pl:    $suggestion_ref = &GetSuggestion(
$$suggestion_ref{'suggestionid'} );
t/db_dependent/Suggestions.t:        qw( GetSuggestion ModSuggestion
GetSuggestionInfo GetSuggestionFromBiblionumber
GetSuggestionInfoFromBiblionumber GetSuggestionByStatus
ConnectSuggestionAndBiblio DelSuggestion MarcRecordFromNewSuggestion
GetUnprocessedSuggestions DelSuggestionsOlderThan )
t/db_dependent/Suggestions.t:is( GetSuggestion(), undef, 'GetSuggestion without
the suggestion id returns undef' );
t/db_dependent/Suggestions.t:my $suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:$suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:$suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:$suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:$suggestion =
GetSuggestion($my_suggestionid_test_budgetid);
t/db_dependent/Suggestions.t:$suggestion =
GetSuggestion($my_suggestionid_test_budgetid);
t/db_dependent/Suggestions.t:    my $suggestion =
GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:    $suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:    $suggestion = GetSuggestion($my_suggestionid);
t/db_dependent/Suggestions.t:    $suggestion = GetSuggestion($my_suggestionid);

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to