X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=9575c3db39207852bd8044b3cd0a948771fced28;hp=33105ba46ad7dcd38dfd1b6f8be17cab902df646;hb=bb7e827141c9ed68f30765c9ca2ddcd1d760ad2d;hpb=3a8fa4f27ef08792e3d653cee167979a411f89d1 diff --git a/FS/FS.pm b/FS/FS.pm index 33105ba46..9575c3db3 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0~git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done @@ -67,6 +67,8 @@ L - Customer searching L - Batch customer importing +L - Batch contact importing + =head2 Database record classes L - Database record base class @@ -408,10 +410,6 @@ L - Invoice line item detail class L - Legacy data invoice class -L - (Old) Invoice event definition class - -L - (Old) Completed invoice event class - L - (New) Billing event definition class L - (New) Billing event option class