http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12774
--- Comment #1 from Kyle M Hall <[email protected]> --- If talking tech is enabled, and a patron has selected phone notices for predue and/or due notices, advance_notices will die when coming upon a patron with phone notices selected. The TT script for advance notices does not use a letter and thus no letter exists for it by default. When advance_notices comes upone this, it sees the phone transport, tries to get the notices for the phone transport, and dies. Resolutions: 1) Strip 'phone' from the list of transports in advance_notices.pl 2) Change the die at line 376 to a warn or carp. There is no reason not to allow the script to continue sending notices. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
