summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pay.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-09-03 22:07:39 +0000
committerivan <ivan>2001-09-03 22:07:39 +0000
commitfbcb45dfe5a1bce7981fe4527176b9fdf2ec54b7 (patch)
treef23551e188aaf6965bb61c13ccae3a48764aab02 /FS/FS/cust_bill_pay.pm
parent33204e66fb11e9e551b95e8656d088506745e361 (diff)
fix more bugs
Diffstat (limited to 'FS/FS/cust_bill_pay.pm')
-rw-r--r--FS/FS/cust_bill_pay.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill_pay.pm b/FS/FS/cust_bill_pay.pm
index 921c025..5ef82d6 100644
--- a/FS/FS/cust_bill_pay.pm
+++ b/FS/FS/cust_bill_pay.pm
@@ -114,7 +114,7 @@ sub insert {
if ( $bill_total > $cust_bill->charged ) {
$dbh->rollback if $oldAutoCommit;
return "total cust_bill_pay.amount and cust_credit_bill.amount $bill_total".
- "for invnum ". $self->invnum.
+ " for invnum ". $self->invnum.
" greater than cust_bill.charged ". $cust_bill->charged;
}
@@ -195,7 +195,7 @@ sub cust_bill {
=head1 VERSION
-$Id: cust_bill_pay.pm,v 1.7 2001-09-02 07:49:52 ivan Exp $
+$Id: cust_bill_pay.pm,v 1.8 2001-09-03 22:07:38 ivan Exp $
=head1 BUGS