freeside/FS/FS cust_pkg.pm,1.53,1.54

ivan ivan at pouncequick.420.am
Thu Jan 27 14:19:42 PST 2005


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

Modified Files:
	cust_pkg.pm 
Log Message:
made a typo applying patch from pbowen

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- cust_pkg.pm	19 Jan 2005 21:25:43 -0000	1.53
+++ cust_pkg.pm	27 Jan 2005 22:19:36 -0000	1.54
@@ -609,7 +609,7 @@
 
 =cut
 
-sub calc_recur {
+sub calc_remain {
   my $self = shift;
   $self->part_pkg->calc_remain($self, @_);
 }




More information about the freeside-commits mailing list