[freeside-commits] freeside/FS/FS/Cron notify.pm,1.9,1.10
Mark Wells
mark at wavetail.420.am
Thu Jul 29 23:24:04 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv12554/Cron
Modified Files:
notify.pm
Log Message:
fix typo
Index: notify.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/notify.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- notify.pm 28 Jul 2010 23:16:30 -0000 1.9
+++ notify.pm 30 Jul 2010 06:24:02 -0000 1.10
@@ -106,7 +106,7 @@
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',
More information about the freeside-commits
mailing list