@@ -, +, @@ --- Koha/Suggestion.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Suggestion.pm +++ a/Koha/Suggestion.pm @@ -160,6 +160,7 @@ sub to_api_mapping { lastmodificationby => 'last_status_change_by', STATUS => 'status', note => 'note', + privatenote => 'privatenote', author => 'author', title => 'title', copyrightdate => 'copyright_date', --