From: ivan Date: Tue, 1 Nov 2011 01:33:12 +0000 (+0000) Subject: fix french invoices, RT#13655 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a69f5034be9e50242a1a32662dbdd0663fe23b93 fix french invoices, RT#13655 --- diff --git a/FS/FS/L10N/fr_fr.pm b/FS/FS/L10N/fr_fr.pm index 537241033..2f6e584a7 100644 --- a/FS/FS/L10N/fr_fr.pm +++ b/FS/FS/L10N/fr_fr.pm @@ -1,6 +1,6 @@ package FS::L10N::fr_fr; use base qw(FS::L10N::DBI); -our %Lexicon = ( _AUTO => 1 ); +our %Lexicon = (); 1;