X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FRecord.pm;h=ed02829439e1c8f2352e34d78bf83e046a93851f;hb=73aa1997599d7e079f94ae984509e7a116a2ce46;hp=9596a30b69681a24af86aeee6aef3ae5fdcbc4ff;hpb=5ea2ba2a9cc39bb4671664c3385d15a1d0c46ac6;p=freeside.git diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 9596a30b6..ed0282943 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -2076,7 +2076,7 @@ sub ut_text { #warn "notexist ". \¬exist. "\n"; #warn "AUTOLOAD ". \&AUTOLOAD. "\n"; $self->getfield($field) - =~ /^([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]\<\>$money_char]+)$/ + =~ /^([\wô \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]\<\>$money_char]+)$/ or return gettext('illegal_or_empty_text'). " $field: ". $self->getfield($field); $self->setfield($field,$1); @@ -2086,7 +2086,7 @@ sub ut_text { =item ut_textn COLUMN Check/untaint text. Alphanumerics, spaces, and the following punctuation -symbols are currently permitted: ! @ # $ % & ( ) - + ; : ' " , . ? / +symbols are currently permitted: ! @ # $ % & ( ) - + ; : ' " , . ? / = [ ] < > May be null. If there is an error, returns the error, otherwise returns false. =cut