[Bug 41152] New: RESERVE_EXPIRED accountline should include expired hold's cancellation reason and item title when available
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41152 Bug ID: 41152 Summary: RESERVE_EXPIRED accountline should include expired hold's cancellation reason and item title when available Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs@lists.koha-community.org Reporter: lmstrand@gmail.com QA Contact: testopia@bugs.koha-community.org When running the cronjob cancel_expired_holds.pl you can pass a cancellation reason to the script with a trigger. This reason does not get recorded in the accountline that gets generated for the fee if there's a charge/cancellation fee set. This data would be useful when printing slips/generating messages for said accountline/patron. The accountline creation happens in /Koha/Hold.pm module's cancel method. It would also be informative to record the title of the item that caused the expired hold fee to generate into the database in the description field. Passing a reason to the cancel_expired_holds.pl script also causes an email message to be generated for the patron with the notice with HOLD_CANCELLATION code (which does not exist in Koha by default atm. and thus does not get created and spams a 'No reserves HOLD_CANCELLATION letter transported by email' error to the cron's log instead). -- 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=41152 --- Comment #1 from Lari Strand <lmstrand@gmail.com> --- This is a duplicate of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41371. 41371 does not store the reason passed from the cancel_expired_holds.pl script, but I feel it's unnecessary since the accountline debit type code tells you why it was created. -- 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=41152 Lari Strand <lmstrand@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Lari Strand <lmstrand@gmail.com> --- *** This bug has been marked as a duplicate of bug 41371 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org