made a typo applying patch from pbowen
[freeside.git] / FS / FS / cust_pkg.pm
index 56da5c7..0c39f68 100644 (file)
@@ -609,7 +609,7 @@ billing item.
 
 =cut
 
-sub calc_recur {
+sub calc_remain {
   my $self = shift;
   $self->part_pkg->calc_remain($self, @_);
 }