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

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

Return to bug 26684