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

(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 1832-1838 sub to_api_mapping { Link Here
1832
        replacementpricedate     => 'replacement_price_date',
1832
        replacementpricedate     => 'replacement_price_date',
1833
        datelastborrowed         => 'last_checkout_date',
1833
        datelastborrowed         => 'last_checkout_date',
1834
        datelastseen             => 'last_seen_date',
1834
        datelastseen             => 'last_seen_date',
1835
        stack                    => undef,
1835
        stack                    => 'shelving_control_number',
1836
        notforloan               => 'not_for_loan_status',
1836
        notforloan               => 'not_for_loan_status',
1837
        damaged                  => 'damaged_status',
1837
        damaged                  => 'damaged_status',
1838
        damaged_on               => 'damaged_date',
1838
        damaged_on               => 'damaged_date',
(-)a/api/v1/swagger/definitions/item.yaml (-1 / +5 lines)
Lines 192-197 properties: Link Here
192
      - string
192
      - string
193
      - "null"
193
      - "null"
194
    description: Materials specified
194
    description: Materials specified
195
  shelving_control_number:
196
    type:
197
      - number
198
      - "null"
199
    description: Shelving control number
195
  uri:
200
  uri:
196
    type:
201
    type:
197
      - string
202
      - string
198
- 

Return to bug 37639