Diverse bug and typo fixes to the recurring billing system. Also added some POD

This commit is contained in:
Martin Kamerbeek 2005-05-07 16:37:01 +00:00
parent 39a71a9b44
commit 1d6aeaf2d4
11 changed files with 341 additions and 20 deletions

View file

@ -18,7 +18,7 @@ sub duration {
#-------------------------------------------------------------------
sub handler {
$_[0]->{_subscription}->apply;
$_[0]->{_subscription}->apply($_[1]);
}
#-------------------------------------------------------------------