diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_main_note.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/cust_main_note.pm b/FS/FS/cust_main_note.pm index 43c9d5691..118ccd4b2 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; | 
