summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_location.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm
index 72cd8567e..23dbce909 100644
--- a/FS/FS/cust_location.pm
+++ b/FS/FS/cust_location.pm
@@ -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 $_";