@@ -, +, @@ --- Koha/Item.pm | 2 -- .../intranet-tmpl/prog/en/modules/admin/preferences/items.json | 1 - 2 files changed, 3 deletions(-) --- a/Koha/Item.pm +++ a/Koha/Item.pm @@ -184,7 +184,6 @@ sub store { and $pre_mod_item->itemlost > 0 ) { $self->_set_found_trigger($pre_mod_item); - $self->paidfor(''); } C4::Biblio::ModZebra( $self->biblionumber, "specialUpdate", "biblioserver" ) @@ -935,7 +934,6 @@ sub to_api_mapping { itemnotes => 'public_notes', itemnotes_nonpublic => 'internal_notes', holdingbranch => 'holding_library_id', - paidfor => undef, timestamp => 'timestamp', location => 'location', permanent_location => 'permanent_location', --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json @@ -28,7 +28,6 @@ "itemnotes": "itemnotes", "itemnotes_nonpublic": "itemnotes_nonpublic", "holdingbranch": "holdingbranch", - "paidfor": "paidfor", "timestamp": "timestamp", "location": "location", "permanent_location": "permanent_location", --