[Koha-patches] [PATCH] [3.0] patch fixes impossible 'to_address' in overdues.pl

Mason James mason.loves.sushi at gmail.com
Wed May 20 17:07:55 CEST 2009


---
 misc/cronjobs/overdue_notices.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl
index 7ae67a0..52a4090 100755
--- a/misc/cronjobs/overdue_notices.pl
+++ b/misc/cronjobs/overdue_notices.pl
@@ -439,6 +439,7 @@ END_SQL
                                 borrowernumber         => $borrowernumber,
                                 message_transport_type => 'email',
                                 from_address           => $admin_email_address,
+                                to_address             => $email
                             }
                         );
                     } else {
-- 
1.5.6.5




More information about the Koha-patches mailing list