freeside inc. web services for address normalizaion and printing, RT#33849
authorIvan Kohler <ivan@freeside.biz>
Sun, 27 Mar 2016 05:47:21 +0000 (22:47 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 27 Mar 2016 05:47:21 +0000 (22:47 -0700)
FS/FS/part_event/Action/cust_bill_fsinc_print.pm

index b0d65c6..e1e25bf 100644 (file)
@@ -24,10 +24,9 @@ sub do_action {
 
   $cust_bill->set('mode' => $self->option('modenum'));
 
-  my $error = $cust_bill->postal_mail_fsinc;
-  die $error if $error;
+  my $letter_id = $cust_bill->postal_mail_fsinc;
 
-  #TODO: get some kind of letter ID back we can later retreive a status on
+  #TODO: store this so we can query for a status later
 }
 
 1;