email referring customers on cancellation, RT#75756
authorIvan Kohler <ivan@freeside.biz>
Thu, 27 Apr 2017 23:46:03 +0000 (16:46 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 5 Jun 2017 20:54:13 +0000 (13:54 -0700)
FS/FS/cust_pkg.pm

index ef25c24..91c5bd3 100644 (file)
@@ -1057,9 +1057,10 @@ sub cancel {
      )
   {
     my $msgnum = $conf->config('cancel_msgnum', $cust_main->agentnum);
+    my $error = '';
     if ( $msgnum ) {
       my $msg_template = qsearchs('msg_template', { msgnum => $msgnum });
-      my $error = $msg_template->send(
+      $error = $msg_template->send(
         'cust_main' => $cust_main,
         'object'    => $self,
       );
@@ -1090,8 +1091,8 @@ sub cancel {
       'cust_main' => $cust_main->referring_cust_main,
       'object'    => $self,
     );
-     #should this do something on errors?
-   }
+    #should this do something on errors?
+  }
 
   ''; #no errors