RT# 79239 - cleaned up code
[freeside.git] / FS / FS / part_pkg / sql_external.pm
index 0ea4ebc..7bc9488 100644 (file)
@@ -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;
 }