[freeside-commits] branch FREESIDE_3_BRANCH updated. a223a9cc2dca2529a77fa2a45c7c088b59a66f61

Ivan ivan at 420.am
Tue Aug 27 15:13:41 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  a223a9cc2dca2529a77fa2a45c7c088b59a66f61 (commit)
      from  c3da661314440d758a492ef387b639742765720f (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 a223a9cc2dca2529a77fa2a45c7c088b59a66f61
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 27 15:13:39 2013 -0700

    fix error w/ pkg_age conditions, RT#24759 (continue sales person work: customer and package selection, commissions, reporting.  RT#23402)

diff --git a/FS/FS/part_event/Condition/pkg_age_Common.pm b/FS/FS/part_event/Condition/pkg_age_Common.pm
index 726b01d..33e49b8 100644
--- a/FS/FS/part_event/Condition/pkg_age_Common.pm
+++ b/FS/FS/part_event/Condition/pkg_age_Common.pm
@@ -49,7 +49,7 @@ sub condition {
 }
 
 sub pkg_age_age {
-  my( $self, $cust_pkg, %opt );
+  my( $self, $cust_pkg, %opt ) = @_;
   $self->option_age_from('age', $opt{'time'} );
 }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Condition/pkg_age_Common.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list