[freeside-commits] branch FREESIDE_3_BRANCH updated. 44e415a1127cbd4b433ad4b0a7c1432dd935e766

Ivan ivan at 420.am
Wed Aug 7 12:05:59 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  44e415a1127cbd4b433ad4b0a7c1432dd935e766 (commit)
      from  0fc8ceb69a9f44bd1a93b511139f76c977fdefaf (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 44e415a1127cbd4b433ad4b0a7c1432dd935e766
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 7 12:05:58 2013 -0700

    fix historical services showing up on invoices, RT#24405

diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index dd0801c..dc3b93d 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -2601,7 +2601,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/Template_Mixin.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list