X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=e1d65f9e7c469aa18ad2d9706349d356f17db24e;hb=92f3856f3948a2b5b0c0646cc957e8042818e71a;hp=41d8f440c7cb2c5741ace28bf19a9917c9342e2b;hpb=05feecc7ab0ebc0d6b26fe06a09f25d08805062d;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 41d8f440c..e1d65f9e7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.4git'; +$VERSION = '3.93~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 @@ -448,6 +450,8 @@ L - Job arguments L - Job dependencies +L - Job statistics + L - Message templates (customer notices) L - Message catalogs (error messages)