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', |