RT#30705: Change contract end date when changing packages [got rid of chronology...
[freeside.git] / FS / FS / cust_pkg.pm
index 5ec2f5a..0b5a07f 100644 (file)
@@ -2022,9 +2022,6 @@ sub _check_change {
       #option shouldn't be passed, throw error if it's non-empty
       return "Cannot add contract end date when changing packages " . $self->pkgnum;
     }
-    if ($opt->{'start_date'} && ($opt->{'contract_end'} < $opt->{'start_date'})) {
-      return "Contract end date is before change date";
-    }
   }
   return '';
 }