diff options
author | ivan <ivan> | 2005-09-16 10:10:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-09-16 10:10:46 +0000 |
commit | 6c6b3fe527d046ec3ca83ba1fa67ee414f702bca (patch) | |
tree | 51a0d36249f703d9616aa5e8e3210677c84b1414 | |
parent | 0cc86c6db73cee2f236b220636305150c797597f (diff) |
tyop
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |