https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42425 --- Comment #5 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Comment on attachment 198237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198237 Bug 42425: Populate checkin_id on accountlines Review of attachment 198237: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=42425&attachment=198237) ----------------------------------------------------------------- ::: C4/Circulation.pm @@ +2857,5 @@
+ { + borrowernumber => $borrowernumber, + itemnumber => $item->itemnumber, + checkin_id => undef, + date => { '>=' => $checkin_record->timestamp },
Is this reliable? This assumes all the related accountlines will be created on the exact same tick as the checkin record. -- You are receiving this mail because: You are watching all bug changes.