fix stupid compile error
authorMark Wells <mark@freeside.biz>
Sat, 6 Dec 2014 17:48:09 +0000 (09:48 -0800)
committerMark Wells <mark@freeside.biz>
Sat, 6 Dec 2014 17:48:09 +0000 (09:48 -0800)
FS/FS/cust_location.pm

index 72cd856..23dbce9 100644 (file)
@@ -267,10 +267,6 @@ sub replace {
   my $old = shift;
   $old ||= $self->replace_old;
   # the following fields are immutable
-  if ($self->get('unlock')) {
-    # well, mostly immutable
-    warn "WARNING: locationnum ".$old->locationnum." MODIFIED IN PLACE\n";
-  } else {
   foreach (qw(address1 address2 city state zip country)) {
     if ( $self->$_ ne $old->$_ ) {
       return "can't change cust_location field $_";