summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit_bill.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-09-02 07:49:52 +0000
committerivan <ivan>2001-09-02 07:49:52 +0000
commitdbfb0ae501d5acba37f9348476d94b99a4c92450 (patch)
tree29850d2a9d94808efb9f2a6edcfd4477701ea8f3 /FS/FS/cust_credit_bill.pm
parent4f8a0bb6d0c789c7e156a446dc61dbe27938a372 (diff)
things are starting to work again, sorta.
Diffstat (limited to 'FS/FS/cust_credit_bill.pm')
-rw-r--r--FS/FS/cust_credit_bill.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/cust_credit_bill.pm b/FS/FS/cust_credit_bill.pm
index 0892f79..58cc789 100644
--- a/FS/FS/cust_credit_bill.pm
+++ b/FS/FS/cust_credit_bill.pm
@@ -107,6 +107,8 @@ sub check {
;
return $error if $error;
+ return "amount must be > 0" if $self->amount == 0;
+
return "Unknown credit"
unless my $cust_credit =
qsearchs( 'cust_credit', { 'crednum' => $self->crednum } );
@@ -141,7 +143,7 @@ sub cust_credit {
=head1 VERSION
-$Id: cust_credit_bill.pm,v 1.3 2001-09-02 01:27:11 ivan Exp $
+$Id: cust_credit_bill.pm,v 1.4 2001-09-02 07:49:52 ivan Exp $
=head1 BUGS