From: ivan Date: Thu, 27 Jan 2005 22:19:36 +0000 (+0000) Subject: made a typo applying patch from pbowen X-Git-Tag: BEFORE_FINAL_MASONIZE~727 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c6eb405f6134173bc8306f45ddc697affa14123f made a typo applying patch from pbowen --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 56da5c77d..0c39f6868 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -609,7 +609,7 @@ billing item. =cut -sub calc_recur { +sub calc_remain { my $self = shift; $self->part_pkg->calc_remain($self, @_); }