From: Christopher Burger Date: Tue, 27 Mar 2018 15:44:56 +0000 (-0400) Subject: RT# 79239 - cleaned up code X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=143966e780e3eb57de1965fb37c8c4cb649cfa9f RT# 79239 - cleaned up code --- 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; }