diff options
author | ivan <ivan> | 2001-08-21 02:44:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-08-21 02:44:47 +0000 |
commit | 1da2eb3c205a088809fb8b72b42a454b94b74c43 (patch) | |
tree | ea54ae4c3c83020e847bf68a72e4d62de95e7dc0 /eg | |
parent | 4ac49026e732c19ef88103ab85536cea40cbc41c (diff) |
remove $Log$
Diffstat (limited to 'eg')
-rwxr-xr-x | eg/TEMPLATE_cust_main.import | 14 | ||||
-rw-r--r-- | eg/table_template-svc.pm | 17 |
2 files changed, 3 insertions, 28 deletions
diff --git a/eg/TEMPLATE_cust_main.import b/eg/TEMPLATE_cust_main.import index 448186991..e91a2f1d2 100755 --- a/eg/TEMPLATE_cust_main.import +++ b/eg/TEMPLATE_cust_main.import @@ -1,18 +1,8 @@ #!/usr/bin/perl -w - -# Template for importing legacy customer data -# -# $Id: TEMPLATE_cust_main.import,v 1.3 1999-03-26 13:15:56 ivan Exp $ # -# ivan@sisd.com 98-aug-17 - 20 -# -# $Log: TEMPLATE_cust_main.import,v $ -# Revision 1.3 1999-03-26 13:15:56 ivan -# s/create/new/, use all necessary FS::table_names to avoid warnings -# -# Revision 1.2 1998/12/16 05:29:45 ivan -# adminsuidsetup now need user +# Template for importing legacy customer data # +# $Id: TEMPLATE_cust_main.import,v 1.4 2001-08-21 02:44:47 ivan Exp $ use strict; use Date::Parse; diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm index a4f5028f5..c5e8f9670 100644 --- a/eg/table_template-svc.pm +++ b/eg/table_template-svc.pm @@ -148,7 +148,7 @@ sub check { =head1 VERSION -$Id: table_template-svc.pm,v 1.1 1999-08-04 08:03:03 ivan Exp $ +$Id: table_template-svc.pm,v 1.2 2001-08-21 02:44:47 ivan Exp $ =head1 BUGS @@ -159,21 +159,6 @@ The author forgot to customize this manpage. L<FS::svc_Common>, L<FS::Record>, L<FS::cust_svc>, L<FS::part_svc>, L<FS::cust_pkg>, schema.html from the base documentation. -=head1 HISTORY - -ivan@voicenet.com 97-jul-21 - -$Log: table_template-svc.pm,v $ -Revision 1.1 1999-08-04 08:03:03 ivan -move table subclass examples out of production directory - -Revision 1.4 1998/12/30 00:30:48 ivan -svc_ stuff is more properly OO - has a common superclass FS::svc_Common - -Revision 1.2 1998/11/15 04:33:01 ivan -updates for newest versoin - - =cut 1; |