summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_note.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-04-04 22:44:15 +0000
committerivan <ivan>2010-04-04 22:44:15 +0000
commitac719a0bf9688766ab424b9baad5d0703d255500 (patch)
tree2842e8004aebf947aa27000b49c202eb2ea957de /FS/FS/cust_main_note.pm
parentc650339aebd4682e17a2b3aee0d897a573a81e8a (diff)
fix note editing of old notes until we can fix the cust_main_note.otaker disaster, RT#7991
Diffstat (limited to 'FS/FS/cust_main_note.pm')
-rw-r--r--FS/FS/cust_main_note.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main_note.pm b/FS/FS/cust_main_note.pm
index 43c9d56..118ccd4 100644
--- a/FS/FS/cust_main_note.pm
+++ b/FS/FS/cust_main_note.pm
@@ -106,7 +106,7 @@ sub check {
$self->ut_numbern('notenum')
|| $self->ut_number('custnum')
|| $self->ut_numbern('_date')
- || $self->ut_alphan('otaker')
+ || $self->ut_textn('otaker')
|| $self->ut_anything('comments')
;
return $error if $error;