diff options
author | ivan <ivan> | 2001-01-23 05:03:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-01-23 05:03:50 +0000 |
commit | 0b1acd4496355d7da4292be2984cb898c6d30c17 (patch) | |
tree | a1af4534cb8ccd682a7d678525827bc094f5d00f | |
parent | 4d92202b154d8b906306f5cd4f792bd68f87b810 (diff) |
harmless tyop
-rw-r--r-- | FS/FS/cust_main.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index b863748a0..bb774df1c 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -565,9 +565,9 @@ sub bill { } } - warn "setup is undefinded" unless defined($setup); - warn "recur is undefinded" unless defined($recur); - warn "cust_pkg bill is undefinded" unless defined($cust_pkg->bill); + warn "setup is undefined" unless defined($setup); + warn "recur is undefined" unless defined($recur); + warn "cust_pkg bill is undefined" unless defined($cust_pkg->bill); if ( $cust_pkg_mod_flag ) { $error=$cust_pkg->replace($old_cust_pkg); @@ -999,7 +999,7 @@ sub check_invoicing_list { =head1 VERSION -$Id: cust_main.pm,v 1.7 2000-06-27 12:15:37 ivan Exp $ +$Id: cust_main.pm,v 1.8 2001-01-23 05:03:50 ivan Exp $ =head1 BUGS |