From ac719a0bf9688766ab424b9baad5d0703d255500 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 4 Apr 2010 22:44:15 +0000 Subject: [PATCH] fix note editing of old notes until we can fix the cust_main_note.otaker disaster, RT#7991 --- FS/FS/cust_main_note.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0