From 6c6b3fe527d046ec3ca83ba1fa67ee414f702bca Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 16 Sep 2005 10:10:46 +0000 Subject: [PATCH] tyop --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 733a242c9..2a8eb1ddc 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1035,7 +1035,7 @@ sub check { } ) ) { return "Unknown state/county/country: ". $self->state. "/". $self->county. "/". $self->country - unless qsearc('cust_main_county',{ + unless qsearch('cust_main_county',{ 'state' => $self->state, 'county' => $self->county, 'country' => $self->country, -- 2.11.0