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

(-)a/Koha/REST/V1/Holds.pm (-3 lines)
Lines 464-470 our $to_api_mapping = { Link Here
464
    suspend          => 'suspended',
464
    suspend          => 'suspended',
465
    suspend_until    => 'suspended_until',
465
    suspend_until    => 'suspended_until',
466
    itemtype         => 'item_type',
466
    itemtype         => 'item_type',
467
    item_level_hold  => 'item_level',
468
};
467
};
469
468
470
=head3 $to_model_mapping
469
=head3 $to_model_mapping
Lines 487-493 our $to_model_mapping = { Link Here
487
    suspended         => 'suspend',
486
    suspended         => 'suspend',
488
    suspended_until   => 'suspend_until',
487
    suspended_until   => 'suspend_until',
489
    item_type         => 'itemtype',
488
    item_type         => 'itemtype',
490
    item_level        => 'item_level_hold',
491
};
489
};
492
490
493
1;
491
1;
494
- 

Return to bug 23133