RT# 24643 - fixed error in saving waive setup fee flag when not selected
[freeside.git] / FS / FS / L10N / en_us.pm
1 package FS::L10N::en_us;
2 use base qw(FS::L10N::DBI);
3
4 #prevents english "translation" via FS::L10N::DBI, FS::Msgcat::_gettext already
5 # does the same sort of fallback 
6 #our %Lexicon = ( _AUTO=>1 );
7
8 1;