diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-03-27 11:44:56 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-03-25 09:45:28 -0400 |
| commit | 143966e780e3eb57de1965fb37c8c4cb649cfa9f (patch) | |
| tree | 639e861bb108ac8bceea8bf183c8a004131152dd | |
| parent | a567944f78fa77d75c1b56899c297d3fd812d3ce (diff) | |
RT# 79239 - cleaned up code
| -rw-r--r-- | FS/FS/part_pkg/sql_external.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/part_pkg/sql_external.pm b/FS/FS/part_pkg/sql_external.pm index 0ea4ebc85..7bc94880a 100644 --- a/FS/FS/part_pkg/sql_external.pm +++ b/FS/FS/part_pkg/sql_external.pm @@ -147,8 +147,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; } |
