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

(-)a/Koha/Acquisition/Order.pm (+1 lines)
Lines 602-607 sub to_api_mapping { Link Here
602
    return {
602
    return {
603
        basketno                      => 'basket_id',
603
        basketno                      => 'basket_id',
604
        biblionumber                  => 'biblio_id',
604
        biblionumber                  => 'biblio_id',
605
        deleted_biblionumber          => 'deleted_biblio_id',
605
        budget_id                     => 'fund_id',
606
        budget_id                     => 'fund_id',
606
        budgetdate                    => undef,                    # unused
607
        budgetdate                    => undef,                    # unused
607
        cancellationreason            => 'cancellation_reason',
608
        cancellationreason            => 'cancellation_reason',
(-)a/api/v1/swagger/definitions/order.yaml (-1 / +5 lines)
Lines 9-14 properties: Link Here
9
      - integer
9
      - integer
10
      - "null"
10
      - "null"
11
    description: Identifier for the linked bibliographic record
11
    description: Identifier for the linked bibliographic record
12
  deleted_biblio_id:
13
    type:
14
      - integer
15
      - "null"
16
    description: Identifier for the linked deleted bibliographic record
12
  created_by:
17
  created_by:
13
    type:
18
    type:
14
      - integer
19
      - integer
15
- 

Return to bug 33262