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

(-)a/Koha/Authority.pm (-2 lines)
Lines 301-307 sub to_api_mapping { Link Here
301
        authtypecode      => 'framework_id',
301
        authtypecode      => 'framework_id',
302
        datecreated       => 'created_date',
302
        datecreated       => 'created_date',
303
        linkid            => undef,
303
        linkid            => undef,
304
        marc              => undef,
305
        marcxml           => undef,
304
        marcxml           => undef,
306
        modification_time => 'modified_date',
305
        modification_time => 'modified_date',
307
        origincode        => undef,
306
        origincode        => undef,
308
- 

Return to bug 26684