fix typo
authormark <mark>
Fri, 30 Jul 2010 06:24:02 +0000 (06:24 +0000)
committermark <mark>
Fri, 30 Jul 2010 06:24:02 +0000 (06:24 +0000)
FS/FS/Cron/notify.pm

index 74840a6..ece96fc 100644 (file)
@@ -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',