[Bug 26210] New: issue_id should be consistently set for Lost item handling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 Bug ID: 26210 Summary: issue_id should be consistently set for Lost item handling Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18501 Blocks| |14825 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14825 [Bug 14825] Accounts Rewrite Omnibus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18501 [Bug 18501] Automatic refunds need protection from failure -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Correction.. chargelostitem does set issue_id.. it's only missing in the refund -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 108302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108302&action=edit 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Martin Renvoize from comment #2)
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.
Is this a lost patch? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26210 --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Probably... Given 3 years have passed I can't remember anything about this too be honest. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org