X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=f61137f54e48eb26e6878e622b7aa3ccc3423dc0;hp=2ca4b529a968b728e63388929dbc4133acc2a16b;hb=fbcb45dfe5a1bce7981fe4527176b9fdf2ec54b7;hpb=33204e66fb11e9e551b95e8656d088506745e361 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 2ca4b529a..f61137f54 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -408,7 +408,7 @@ sub print_text { push @buf,[ "Payment received ". time2str("%x",$_->cust_pay->_date ), - $money_char. sprintf("%10.2f",$_->paid ) + $money_char. sprintf("%10.2f",$_->amount ) ]; } @@ -489,7 +489,7 @@ sub print_text { =head1 VERSION -$Id: cust_bill.pm,v 1.10 2001-09-02 01:27:10 ivan Exp $ +$Id: cust_bill.pm,v 1.11 2001-09-03 22:07:38 ivan Exp $ =head1 BUGS