https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31998
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Overdue print notice cron |gather_print_notices can |issue (owning library vs |only split notices based on |issuing library) |patron home library --- Comment #4 from Andrew Fuerste-Henry <[email protected]> --- The issue here is that the overdue_notices cron is more flexible than the gather_print_notices cron. Overdue_notices can be grouped by item home library, issuing library, or patron home library. Gather_print can only be grouped by patron home library. If overdues are grouped by patron home library, everything matches up and the correct library gets the correct print notices to print and send. If overdues are grouped by item home library or issuing library, the overdues cron uses the correct template and includes the correct wording, but then gather_print gives that notice to the wrong library to print and send. Currently, once a message is generated and in the message_queue it no longer has a link to a specific checkout or item that could be used to code out more options in how messages get split between libraries. We could resolve that by adding a branch column to message_queue that records the branch used when generating the message. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
