[freeside-commits] branch FREESIDE_2_3_BRANCH updated. eea6ec1b7864295af60402dca64a0e0d1a9160e7
Ivan
ivan at 420.am
Wed Aug 7 12:07:47 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via eea6ec1b7864295af60402dca64a0e0d1a9160e7 (commit)
via 5801680c99f98d90011be15e36e1fb70696bee34 (commit)
from 3639f310be1be6953fe04b4da9296f6cdedb27d9 (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 eea6ec1b7864295af60402dca64a0e0d1a9160e7
Merge: 5801680 3639f31
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 7 12:07:43 2013 -0700
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
commit 5801680c99f98d90011be15e36e1fb70696bee34
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 7 12:06:28 2013 -0700
fix historical services showing up on invoices, RT#24405
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index c9b03c0..6f41328 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -5145,7 +5145,7 @@ sub _items_cust_bill_pkg {
if $DEBUG > 1;
my @svc_labels = map &{$escape_function}($_),
- $cust_pkg->h_labels_short($self->_date, undef, 'I');
+ $cust_pkg->h_labels_short(@dates, 'I');
push @d, @svc_labels
unless $cust_bill_pkg->pkgpart_override; #don't redisplay services
$svc_label = $svc_labels[0];
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_bill.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list