X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_fsinc_print.pm;h=e1e25bf2688e9f58730df17b0b6bb2ec4e3ebebf;hb=eb40f5598b09feb017c0fb290a53b04d82513d77;hp=b0d65c633cfbdfcdde5f8e6455451a86c23cc34b;hpb=0a7f7a78dafb35f9dc445147aa7d7b64a44162e0;p=freeside.git diff --git a/FS/FS/part_event/Action/cust_bill_fsinc_print.pm b/FS/FS/part_event/Action/cust_bill_fsinc_print.pm index b0d65c633..e1e25bf26 100644 --- a/FS/FS/part_event/Action/cust_bill_fsinc_print.pm +++ b/FS/FS/part_event/Action/cust_bill_fsinc_print.pm @@ -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;