[freeside-commits] branch master updated. 7924a4bd53059d7ba5088d1b6c7662775c82a660
Ivan
ivan at 420.am
Thu Jan 22 16:10:49 PST 2015
The branch, master has been updated
via 7924a4bd53059d7ba5088d1b6c7662775c82a660 (commit)
from 3a8fa4f27ef08792e3d653cee167979a411f89d1 (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 7924a4bd53059d7ba5088d1b6c7662775c82a660
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 22 16:10:47 2015 -0800
fix no email checkbox with old-style combined invoice send event, RT#29176
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index ad60b21..bcfbbc7 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -1059,7 +1059,7 @@ sub send {
$self->email($opt)
if ( grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list or !@invoicing_list )
- && ! $self->invoice_noemail;
+ && ! $cust_main->invoice_noemail;
$self->print($opt)
if grep { $_ eq 'POST' } @invoicing_list; #postal
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_bill.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list