diff options
| author | ivan <ivan> | 2002-11-19 10:09:34 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-11-19 10:09:34 +0000 | 
| commit | 103cdcd9ea5630d3b1ce263345c48cd8d261e34c (patch) | |
| tree | e19b047bb9047895a562b931f36f350ce08e6812 /FS | |
| parent | ec28c4e3c2a08f0057020b81907174e84a654d25 (diff) | |
typo adding lec transactions
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a682c5958..3e9377802 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -646,7 +646,7 @@ for supported processors.  =cut -sub realtime_ach { +sub realtime_lec {    my $self = shift;    $self->realtime_bop(      'LEC', @@ -1121,7 +1121,7 @@ sub print_text {  =head1 VERSION -$Id: cust_bill.pm,v 1.52 2002-11-19 09:51:58 ivan Exp $ +$Id: cust_bill.pm,v 1.53 2002-11-19 10:09:34 ivan Exp $  =head1 BUGS  | 
