X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=741d8159f706f9e42087815cb0d986bec4622c61;hb=5c898c621e1343f8c116a75ca3131eb78229e09b;hp=5ab3f71e5b73baea3cc8225d042e01a9d1aea245;hpb=708baebde34a2442ec41db38902e04f3c6ec4269;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 5ab3f71e5..741d8159f 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.0git'; +$VERSION = '3.0'; #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 @@ -87,6 +87,8 @@ L - Mixin class for records in tables that contain payinfo. L - Employees / internal users +L - Access sessions + L - Employee preferences L - Employee groups @@ -284,6 +286,10 @@ L - Agent payment gateway class L - Service class +L - Export hostname choice class + +L - Customer export hostname class + L - Customer package class L - Customer package option class