[Koha-bugs] [Bug 29958] Missing dateaccessioned is set to today when storing an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 4 13:57:55 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958

--- Comment #17 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #16)
> I don't think we can separate the accidental updates from the intended ones
> - so not sure how a database update could be written?

I was thinking that we had a trace of eg a checkin/checkout and an item store
but unfortunately the latter is missing:

$issue->item->onloan(undef)->store({ log_action => 0, skip_record_index =>
$params->{skip_record_index} });
(from MarkIssueReturned)

If we would have had both, we could make an educated guess. But if we only have
an checkin or checkout without an item modification trace, I am afraid that it
is not possible.

Any more thoughts? Heading to the old database dumps ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list