freeside/FS/FS/part_pkg flat.pm,1.4,1.5

ivan ivan at pouncequick.420.am
Sat Jan 29 04:50:07 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory pouncequick:/tmp/cvs-serv3844/part_pkg

Modified Files:
	flat.pm 
Log Message:
oops, last bit for reg codes

Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- flat.pm	19 Jan 2005 21:25:43 -0000	1.4
+++ flat.pm	29 Jan 2005 12:50:05 -0000	1.5
@@ -48,7 +48,7 @@
   my $next_bill = $cust_pkg->getfield('bill') || 0;
   my $last_bill = $cust_pkg->last_bill || 0;
   return 0 if    ! $self->base_recur
-              || ! $self->option('unused_credit')
+              || ! $self->option('unused_credit', 1)
               || ! $last_bill
               || ! $next_bill;
 




More information about the freeside-commits mailing list