[freeside-commits] freeside/FS/FS cust_bill_pay_pkg.pm,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Tue Oct 20 16:24:05 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19769
Modified Files:
cust_bill_pay_pkg.pm
Log Message:
should fix problems sending a receipt against a specific package when taxes are in use
Index: cust_bill_pay_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pay_pkg.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cust_bill_pay_pkg.pm 21 Sep 2009 02:41:43 -0000 1.3
+++ cust_bill_pay_pkg.pm 20 Oct 2009 23:24:03 -0000 1.4
@@ -194,7 +194,7 @@
my $self = shift;
my $opt = ref($_[0]) ? shift : { @_ };
$self->cust_bill_pay->send_receipt(
- 'cust_pkg' => $self->cust_bill_pkg->cust_pkg,
+ 'cust_pkg' => scalar($self->cust_bill_pkg->cust_pkg),
%$opt,
);
}
More information about the freeside-commits
mailing list