[freeside] Troubles with cust_pay_batch

ivan ivan at 420.am
Wed Feb 13 17:11:15 PST 2002


Index: cust_pay_batch.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay_batch.pm,v
retrieving revision 1.4
diff -u -r1.4 cust_pay_batch.pm
--- cust_pay_batch.pm   2001/10/30 19:05:27     1.4
+++ cust_pay_batch.pm   2002/02/14 01:11:00
@@ -126,7 +126,7 @@
     || $self->ut_text('address1')
     || $self->ut_textn('address2')
     || $self->ut_text('city')
-    || $self->ut_text('state')
+    || $self->ut_textn('state')
   ;
 
   return $error if $error;


On Wed, Feb 13, 2002 at 05:57:52PM -0500, Steve Poirier wrote:
> Hello Ivan,
> 
> I found the cause of my previous problem about cust_pay_batch, it is caused
> because i have customers with empty state field.
> 
> Error collecting customer #347:Error adding to cust_pay_batch: Illegal or
> empty (text) state:  at
> /usr/local/src/freeside-1.3.1/FS/blib/script/freeside-bill line 65.
> 
> How can i get around this issue, these customers don't have a state in the
> country they live.
> 
> thanks alot
> __
> Steve Poirier
> 
> 

-- 
_ivan



More information about the freeside-users mailing list