https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43149 Bug ID: 43149 Summary: Allow option to send mandatory overdue notices if item has a lost status Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: cmurdock@ccfls.org QA Contact: testopia@bugs.koha-community.org CC: martin.renvoize@openfifth.co.uk Target Milestone: --- Currently overdue_notices.pl limits its query for overdue items to those with tems.itemlost = 0 in line 512, so if items have a lost status no notice is sent. In most cases this is probably the desired action, but it would be helpful to have the option to send them for items with a lost status. It could still default to 0 unless otherwise specified in the cron. For example, after all auto renewals have been used, our libraries set overdue items to a lost status of "Long Overdue" after 5 days, while still checked out to the patrons. We have a notice that should be sent at 30 days overdue, but it doesn't get sent because these items have a lost status. Just adding the enhancement request here in case others would find it useful. Cindy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.