diff options
author | ivan <ivan> | 2002-11-19 10:09:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-19 10:09:44 +0000 |
commit | 77ce2d698bb96f02def101451582982ea1b119ca (patch) | |
tree | 125bde805e789acfecce90a433a07c3773745e5f /FS | |
parent | 1931a1946ab87d7f4638fbe343ed669de64406f4 (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 45906cae3..609158b89 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -665,7 +665,7 @@ for supported processors. =cut -sub realtime_ach { +sub realtime_lec { my $self = shift; $self->realtime_bop( 'LEC', @@ -1213,7 +1213,7 @@ sub print_text { =head1 VERSION -$Id: cust_bill.pm,v 1.41.2.9 2002-11-19 09:52:01 ivan Exp $ +$Id: cust_bill.pm,v 1.41.2.10 2002-11-19 10:09:44 ivan Exp $ =head1 BUGS |