summaryrefslogtreecommitdiff
path: root/FS/FS/svc_hardware.pm
diff options
context:
space:
mode:
authormark <mark>2011-07-31 01:00:52 +0000
committermark <mark>2011-07-31 01:00:52 +0000
commit8540e77a4e36da552b518c13200e07570182676b (patch)
tree03d56c5071c48ac936a51025861021d92243a9b6 /FS/FS/svc_hardware.pm
parent007fd3026ade508a9d88b436575a4797d003280a (diff)
more tolerant installation note fields, #13827
Diffstat (limited to 'FS/FS/svc_hardware.pm')
-rw-r--r--FS/FS/svc_hardware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_hardware.pm b/FS/FS/svc_hardware.pm
index 8f037f7..4970b3e 100644
--- a/FS/FS/svc_hardware.pm
+++ b/FS/FS/svc_hardware.pm
@@ -170,7 +170,7 @@ sub check {
|| $self->ut_alphan('serial')
|| $self->ut_alphan('smartcard')
|| $self->ut_foreign_keyn('statusnum', 'hardware_status', 'statusnum')
- || $self->ut_textn('note')
+ || $self->ut_anything('note')
;
return $error if $error;