https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958
--- Comment #17 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
