X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=f3122aaa284aedace3584b64cb569d7420d3cafa;hp=3fbee15946df73c1b88fe56d5036f57dd05136e8;hb=b7a2175dd9b386441f4ab66869d73083e5e8beb1;hpb=e497261817ee2cf3acb5ee3dda3c5906f1c13a4f diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 3fbee1594..f3122aaa2 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1757,7 +1757,7 @@ sub check { || $self->ut_flag('invoice_noemail') || $self->ut_flag('message_noemail') || $self->ut_enum('locale', [ '', FS::Locales->locales ]) - || $self->ut_currency('currency') + || $self->ut_currencyn('currency') ; my $company = $self->company;