https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41393
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190254|0 |1 is obsolete| | --- Comment #2 from Roman Dolny <[email protected]> --- Created attachment 190312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190312&action=edit Bug 41393: Set the correct reply to address for advance notices This patch additionally fetches the reply to address for advance notices To test: 1 - Have some issues that will be due soon for a patron(s) Checkout with the due date set to tomorrow 2 - Verify the patron(s) have an email defined, verify the issuing branch has a reply to set 3 - Verify the patron(s) have messaging preference set to receive Advance notices by email 1 day in advance 4 - perl misc/cronjobs/advance_notices.pl -v -c 5 - Check the message queue SELECT * FROM message_queue WHERE borrowernumber={##} 6 - Note no rpely to is set 7 - Apply patch 8 - perl misc/cronjobs/advance_notices.pl -v -c 9 - Check the message queue 10 - Confirm newer message has the reply to populated 11 - Ensure the issued item has a different homebranch with a reply to address se 12 - perl misc/cronjobs/advance_notices.pl -v -c --frombranch item-homebranch 13 - Confirm message has correct reply to 14 - Set patron to want digest in messaging preferences 15 - Generate notices 16 - Confirm digets has the right reply to Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: 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/
