https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37968
--- Comment #1 from Kyle M Hall <[email protected]> --- Created attachment 171793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171793&action=edit Bug 37968 - Add ability to store branchcode for messages in the queue and send by branchcode We should be able to specify in the message queue who "owns" a message, and filter based on that data. We should limit it to the patron's branchcode for now, with the option to add sysprefs to control who "owns" each notice on a per-notice basis as a later enhancement as each notice has different things associated with it. Test Plan: 1) Run updatedatabase.pl 2) Enqueue some messages 3) Inspect the database table, note the message qeueue branchcode column contains the patron's home branch 4) Try using process_message_queue.pl with the new --branch filter 5) Note only the message for the selected branch are sent! -- 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/
