From abb3647d039d8ff88e0e3984b99861b73cdf9b19 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 1 May 2014 15:41:31 +0200 Subject: [PATCH] Bug 10845: (follow-up) fix message_transport_type parameter for Itiva cronjob The message_transport_type param should passed to GetPreparedLetter, not part of the "tables" parameter. Signed-off-by: Galen Charlton --- misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl b/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl index 42728d6bc0..ba1b8f2f29 100755 --- a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl +++ b/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl @@ -134,8 +134,8 @@ foreach my $type (@types) { borrowers => $issues->{'borrowernumber'}, biblio => $issues->{'biblionumber'}, biblioitems => $issues->{'biblionumber'}, - message_transport_type => 'phone', }, + message_transport_type => 'phone', ); die "No letter found for type $type!... dying\n" unless $letter; -- 2.20.1