[freeside-commits] branch master updated. fc7ed3676b8723339b3e756220d7af024c6c6191

Christopher Burger burgerc at freeside.biz
Tue Mar 27 08:45:52 PDT 2018


The branch, master has been updated
       via  fc7ed3676b8723339b3e756220d7af024c6c6191 (commit)
      from  ec34b8903d969fe8ac4ff6947a92e16e07f71fa0 (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 fc7ed3676b8723339b3e756220d7af024c6c6191
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Tue Mar 27 11:44:56 2018 -0400

    RT# 79239 - cleaned up code

diff --git a/FS/FS/part_pkg/sql_external.pm b/FS/FS/part_pkg/sql_external.pm
index 75c7e132e..a3866f34e 100644
--- a/FS/FS/part_pkg/sql_external.pm
+++ b/FS/FS/part_pkg/sql_external.pm
@@ -146,8 +146,7 @@ sub calc_recur {
 
 sub cutoff_day {
   my( $self, $cust_pkg ) = @_;
-  my $error = SUPER->cutoff_day($cust_pkg);
-  #my $error = FS::part_pkg::flat::cutoff_day( $self, $cust_pkg ));
+  my $error = FS::part_pkg::flat::cutoff_day( $self, $cust_pkg );
   return $error;
 }
 

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

Summary of changes:
 FS/FS/part_pkg/sql_external.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)




More information about the freeside-commits mailing list