[freeside-commits] freeside/FS/FS Record.pm,1.226.2.6,1.226.2.7
Ivan,,,
ivan at wavetail.420.am
Mon Oct 31 18:47:59 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19491
Modified Files:
Tag: FREESIDE_2_3_BRANCH
Record.pm
Log Message:
add accented characters to ut_text for french translation, RT#13655
Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.226.2.6
retrieving revision 1.226.2.7
diff -u -w -d -r1.226.2.6 -r1.226.2.7
--- Record.pm 26 Oct 2011 22:51:36 -0000 1.226.2.6
+++ Record.pm 1 Nov 2011 01:47:57 -0000 1.226.2.7
@@ -2244,7 +2244,7 @@
#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);
More information about the freeside-commits
mailing list