[freeside-commits] freeside/FS/FS cust_main.pm,1.194,1.195
Ivan,,,
ivan at wavetail.420.am
Fri Sep 16 03:10:48 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv31315
Modified Files:
cust_main.pm
Log Message:
tyop
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- cust_main.pm 16 Sep 2005 08:18:31 -0000 1.194
+++ cust_main.pm 16 Sep 2005 10:10:46 -0000 1.195
@@ -1035,7 +1035,7 @@
} ) ) {
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,
More information about the freeside-commits
mailing list