X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=88563887c9701f7ca3a1c8a112eb75308378bdc4;hb=46907b7fcf2c3b51d9080d806a0e54e0cf2c8a63;hp=85c8043ed4119bc1bb6523bbc71e0d45a0575532;hpb=13853c927c908a24dac994d57c1f63572e316253;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 85c8043ed..88563887c 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0~git'; +$VERSION = '4.3~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