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

(-)a/Koha/Item.pm (-2 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',
1774
        notforloan               => 'not_for_loan_status',
1773
        notforloan               => 'not_for_loan_status',
1775
        damaged                  => 'damaged_status',
1774
        damaged                  => 'damaged_status',
1776
        damaged_on               => 'damaged_date',
1775
        damaged_on               => 'damaged_date',
1777
- 

Return to bug 37639