View | Details | Raw Unified | Return to bug 31374
Collapse All | Expand All

(-)a/Koha/Suggestion.pm (-1 / +1 lines)
Lines 160-165 sub to_api_mapping { Link Here
160
        lastmodificationby   => 'last_status_change_by',
160
        lastmodificationby   => 'last_status_change_by',
161
        STATUS               => 'status',
161
        STATUS               => 'status',
162
        note                 => 'note',
162
        note                 => 'note',
163
        privatenote          => 'privatenote',
163
        author               => 'author',
164
        author               => 'author',
164
        title                => 'title',
165
        title                => 'title',
165
        copyrightdate        => 'copyright_date',
166
        copyrightdate        => 'copyright_date',
166
- 

Return to bug 31374