Summary: | issue_id should be consistently set for Lost item handling | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Fines and fees | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 18501 | ||
Bug Blocks: | 14825 | ||
Attachments: | Bug 26210: Allow issue_id to be passed to add_credit |
Description
Martin Renvoize (ashimema)
2020-08-14 10:11:11 UTC
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. |