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

(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 1770-1776 sub to_api_mapping { Link Here
1770
        replacementpricedate     => 'replacement_price_date',
1770
        replacementpricedate     => 'replacement_price_date',
1771
        datelastborrowed         => 'last_checkout_date',
1771
        datelastborrowed         => 'last_checkout_date',
1772
        datelastseen             => 'last_seen_date',
1772
        datelastseen             => 'last_seen_date',
1773
        stack                    => 'stack',
1773
        stack                    => 'shelving_control_number',
1774
        notforloan               => 'not_for_loan_status',
1774
        notforloan               => 'not_for_loan_status',
1775
        damaged                  => 'damaged_status',
1775
        damaged                  => 'damaged_status',
1776
        damaged_on               => 'damaged_date',
1776
        damaged_on               => 'damaged_date',
(-)a/api/v1/swagger/definitions/item.yaml (-2 / +1 lines)
Lines 184-190 properties: Link Here
184
      - string
184
      - string
185
      - "null"
185
      - "null"
186
    description: Materials specified
186
    description: Materials specified
187
  stack:
187
  shelving_control_number:
188
    type:
188
    type:
189
      - number
189
      - number
190
      - "null"
190
      - "null"
191
- 

Return to bug 37639