Currently, we do not record the corresponding issue when an Item is marked as lost whilst on loan to a user. We also do not consistently follow that issue_id through should there be a subsequent refund when a lost item is found and refunded.
Correction.. chargelostitem does set issue_id.. it's only missing in the refund
Created attachment 108302 [details] [review] Bug 26210: Allow issue_id to be passed to add_credit This patch add the ability for Koha::Account->add_credit to accept an issue_id parameter and record it to the accountlines.
(In reply to Martin Renvoize from comment #2) > Created attachment 108302 [details] [review] [review] > Bug 26210: Allow issue_id to be passed to add_credit > > This patch add the ability for Koha::Account->add_credit to accept an > issue_id parameter and record it to the accountlines. Is this a lost patch?
Probably... Given 3 years have passed I can't remember anything about this too be honest.