[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
Wed Dec 17 13:46:33 CET 2014


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

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 34481
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34481&action=edit
Bug 12774 - Enabling phone notices ( talking tech ) without having DUEDGST and
PREDUEDGST breaks advance notices!

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.

Test Plan:
1) Enable TalkingTech
2) Set one or more patrons to recieve advance notices via phone
3) Set one or more patrons so they should recieve an advance notice today
4) Run advance_notices.pl, note that it dies
5) Apply this patch
6) Run advance_notices.pl, note that it now warns instead of dying

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list