Lines 183-189
sub store {
Link Here
|
183 |
and $pre_mod_item->itemlost > 0 ) |
183 |
and $pre_mod_item->itemlost > 0 ) |
184 |
{ |
184 |
{ |
185 |
$self->_set_found_trigger($pre_mod_item); |
185 |
$self->_set_found_trigger($pre_mod_item); |
186 |
$self->paidfor(''); |
|
|
187 |
} |
186 |
} |
188 |
|
187 |
|
189 |
logaction( "CATALOGUING", "MODIFY", $self->itemnumber, "item " . Dumper($self->unblessed) ) |
188 |
logaction( "CATALOGUING", "MODIFY", $self->itemnumber, "item " . Dumper($self->unblessed) ) |
Lines 934-940
sub to_api_mapping {
Link Here
|
934 |
itemnotes => 'public_notes', |
933 |
itemnotes => 'public_notes', |
935 |
itemnotes_nonpublic => 'internal_notes', |
934 |
itemnotes_nonpublic => 'internal_notes', |
936 |
holdingbranch => 'holding_library_id', |
935 |
holdingbranch => 'holding_library_id', |
937 |
paidfor => undef, |
|
|
938 |
timestamp => 'timestamp', |
936 |
timestamp => 'timestamp', |
939 |
location => 'location', |
937 |
location => 'location', |
940 |
permanent_location => 'permanent_location', |
938 |
permanent_location => 'permanent_location', |