From b11dd92ff638a29c5b187fe878f05f5323e4337a Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 30 Jul 2010 06:24:02 +0000 Subject: [PATCH] fix typo --- FS/FS/Cron/notify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm index 74840a6e7..ece96fcfd 100644 --- a/FS/FS/Cron/notify.pm +++ b/FS/FS/Cron/notify.pm @@ -106,7 +106,7 @@ END my $msgnum = $conf->config('impending_recur_msgnum',$cust_main->agentnum); if ( $msgnum ) { my $msg_template = qsearchs('msg_template', { msgnum => $msgnum }); - $error = $msg_template->send($cust_main); + $error = $msg_template->send('cust_main' => $cust_main); } else { $error = $cust_main->notify( 'impending_recur_template', -- 2.11.0