RT# 77532 - fixed error where cust main fax not showing, and fixed checking of phonet...
[freeside.git] / FS / FS / Auth / external.pm
1 package FS::Auth::external;
2 #use base qw( FS::Auth );
3
4 use strict;
5
6 sub autocreate { 1; }
7
8 1;
9