X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fprepay_credit.pm;h=113cee82313abf43170f36f73a8289320aff7b04;hb=2c648caa66eca3dc34e63009ba5accc4e98ec75f;hp=86274aa4c4266d64c7937aa1996df16220f5f2c3;hpb=959663cd4d4885295f44de43ac005e55d054102f;p=freeside.git diff --git a/FS/FS/prepay_credit.pm b/FS/FS/prepay_credit.pm index 86274aa4c..113cee823 100644 --- a/FS/FS/prepay_credit.pm +++ b/FS/FS/prepay_credit.pm @@ -96,7 +96,7 @@ sub check { $identifier =~ s/\W//g; #anything else would just confuse things $self->identifier($identifier); - $self->ut_number('prepaynum') + $self->ut_numbern('prepaynum') || $self->ut_alpha('identifier') || $self->ut_money('amount') ; @@ -107,7 +107,7 @@ sub check { =head1 VERSION -$Id: prepay_credit.pm,v 1.1 2000-01-31 05:22:23 ivan Exp $ +$Id: prepay_credit.pm,v 1.2 2000-02-02 20:22:18 ivan Exp $ =head1 BUGS @@ -118,7 +118,10 @@ L, schema.html from the base documentation. =head1 HISTORY $Log: prepay_credit.pm,v $ -Revision 1.1 2000-01-31 05:22:23 ivan +Revision 1.2 2000-02-02 20:22:18 ivan +bugfix prepayment in signup server + +Revision 1.1 2000/01/31 05:22:23 ivan prepaid "internet cards"