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

(-)a/Koha/Item.pm (-5 lines)
Lines 1838-1844 sub to_api_mapping { Link Here
1838
        damaged_on               => 'damaged_date',
1838
        damaged_on               => 'damaged_date',
1839
        itemlost                 => 'lost_status',
1839
        itemlost                 => 'lost_status',
1840
        itemlost_on              => 'lost_date',
1840
        itemlost_on              => 'lost_date',
1841
        withdrawn                => 'withdrawn',
1842
        withdrawn_on             => 'withdrawn_date',
1841
        withdrawn_on             => 'withdrawn_date',
1843
        itemcallnumber           => 'callnumber',
1842
        itemcallnumber           => 'callnumber',
1844
        coded_location_qualifier => 'coded_location_qualifier',
1843
        coded_location_qualifier => 'coded_location_qualifier',
Lines 1849-1863 sub to_api_mapping { Link Here
1849
        itemnotes                => 'public_notes',
1848
        itemnotes                => 'public_notes',
1850
        itemnotes_nonpublic      => 'internal_notes',
1849
        itemnotes_nonpublic      => 'internal_notes',
1851
        holdingbranch            => 'holding_library_id',
1850
        holdingbranch            => 'holding_library_id',
1852
        timestamp                => 'timestamp',
1853
        location                 => 'location',
1854
        permanent_location       => 'permanent_location',
1851
        permanent_location       => 'permanent_location',
1855
        onloan                   => 'checked_out_date',
1852
        onloan                   => 'checked_out_date',
1856
        cn_source                => 'call_number_source',
1853
        cn_source                => 'call_number_source',
1857
        cn_sort                  => 'call_number_sort',
1854
        cn_sort                  => 'call_number_sort',
1858
        ccode                    => 'collection_code',
1855
        ccode                    => 'collection_code',
1859
        materials                => 'materials_notes',
1856
        materials                => 'materials_notes',
1860
        uri                      => 'uri',
1861
        itype                    => 'item_type_id',
1857
        itype                    => 'item_type_id',
1862
        more_subfields_xml       => 'extended_subfields',
1858
        more_subfields_xml       => 'extended_subfields',
1863
        enumchron                => 'serial_issue_number',
1859
        enumchron                => 'serial_issue_number',
1864
- 

Return to bug 37639