summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-23 16:31:55 -0800
committerMark Wells <mark@freeside.biz>2015-11-23 16:31:55 -0800
commitd176b11b1730eeff8c19456c18f8e852c99fc423 (patch)
tree9045018b5e53b593059a3917e8981a78ebe9cbce /FS/FS/Record.pm
parentb6892bebffca4d2962325d9fb1a0e4c0f2bf5bec (diff)
parent8eac4a2df15bd985c2c1192bd7fe2a74ed8937fe (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into 4.x
Diffstat (limited to 'FS/FS/Record.pm')
-rw-r--r--FS/FS/Record.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 204a839..ab94e6e 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -3002,7 +3002,6 @@ May not be null.
sub ut_name {
my( $self, $field ) = @_;
-# warn "ut_name allowed alphanumerics: +(sort grep /\w/, map { chr() } 0..255), "\n";
$self->getfield($field) =~ /^([\p{Word} \,\.\-\']+)$/
or return gettext('illegal_name'). " $field: ". $self->getfield($field);
my $name = $1;