fix note editing of old notes until we can fix the cust_main_note.otaker disaster...
authorivan <ivan>
Sun, 4 Apr 2010 22:44:15 +0000 (22:44 +0000)
committerivan <ivan>
Sun, 4 Apr 2010 22:44:15 +0000 (22:44 +0000)
FS/FS/cust_main_note.pm

index 43c9d56..118ccd4 100644 (file)
@@ -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;