| Summary: | Delay not taken in account when items with different due date are listed in overdue notices | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Noémie Labine <noemie.labine> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | maude.boudreau |
| Version: | 21.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Noémie Labine
2022-09-08 18:40:10 UTC
Hi Noemie, how is your cronjob for overdues (overdue_notices.p) set up? I'd expect the behaviour you describe if it's run with the --list-all option. Could you check? In that case it would be correct and if you don't want other items listed, than removing the flag would be the first thing to try. Hi Katrin, Thank you very much, I didn't know about this flag. All our sites have the same cronjobs with the same flags so it makes sens the behaviour is the same everywhere for us. We'll try to remove the list-all flag. Thank you again The tests confirmed that it was indeed the flag that caused the problem. Thank you! |