[Koha-bugs] [Bug 12774] Enabling phone notices ( talking tech ) without having DUEDGST and PREDUEDGST breaks advance notices!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 15 17:22:32 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12774

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
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.


More information about the Koha-bugs mailing list