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

(-)a/Koha/Item.pm (-2 lines)
Lines 184-190 sub store { Link Here
184
            and $pre_mod_item->itemlost > 0 )
184
            and $pre_mod_item->itemlost > 0 )
185
        {
185
        {
186
            $self->_set_found_trigger($pre_mod_item);
186
            $self->_set_found_trigger($pre_mod_item);
187
            $self->paidfor('');
188
        }
187
        }
189
188
190
        C4::Biblio::ModZebra( $self->biblionumber, "specialUpdate", "biblioserver" )
189
        C4::Biblio::ModZebra( $self->biblionumber, "specialUpdate", "biblioserver" )
Lines 935-941 sub to_api_mapping { Link Here
935
        itemnotes                => 'public_notes',
934
        itemnotes                => 'public_notes',
936
        itemnotes_nonpublic      => 'internal_notes',
935
        itemnotes_nonpublic      => 'internal_notes',
937
        holdingbranch            => 'holding_library_id',
936
        holdingbranch            => 'holding_library_id',
938
        paidfor                  => undef,
939
        timestamp                => 'timestamp',
937
        timestamp                => 'timestamp',
940
        location                 => 'location',
938
        location                 => 'location',
941
        permanent_location       => 'permanent_location',
939
        permanent_location       => 'permanent_location',
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json (-2 lines)
Lines 28-34 Link Here
28
    "itemnotes": "itemnotes",
28
    "itemnotes": "itemnotes",
29
    "itemnotes_nonpublic": "itemnotes_nonpublic",
29
    "itemnotes_nonpublic": "itemnotes_nonpublic",
30
    "holdingbranch": "holdingbranch",
30
    "holdingbranch": "holdingbranch",
31
    "paidfor": "paidfor",
32
    "timestamp": "timestamp",
31
    "timestamp": "timestamp",
33
    "location": "location",
32
    "location": "location",
34
    "permanent_location": "permanent_location",
33
    "permanent_location": "permanent_location",
35
- 

Return to bug 26268