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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to