[freeside-commits] branch FREESIDE_3_BRANCH updated. 6b4bd778163bbb938c72a1e9ad3e3f127a519d27
Ivan
ivan at 420.am
Sat Mar 26 22:47:25 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 6b4bd778163bbb938c72a1e9ad3e3f127a519d27 (commit)
from 0a7f7a78dafb35f9dc445147aa7d7b64a44162e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6b4bd778163bbb938c72a1e9ad3e3f127a519d27
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Mar 26 22:47:21 2016 -0700
freeside inc. web services for address normalizaion and printing, RT#33849
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 b0d65c6..e1e25bf 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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Action/cust_bill_fsinc_print.pm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list