diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-04-21 10:48:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-04-21 10:48:11 -0700 |
commit | 5b832f4528bbf7f1349fc9b71077a062b1bde78c (patch) | |
tree | 223ff8fe4dc3ba8a3372cbcdf15a4a94119ee262 /FS | |
parent | 43c24ae41069a9b5bbbbb508263687869f1cefd3 (diff) |
fix backport of new_customer_minimal to v3, RT#33898
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 502b6db08..468624cd2 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -4,6 +4,7 @@ use strict; use vars qw( $DEBUG $me ); use Data::Dumper; use Tie::RefHash; +use Digest::SHA qw(sha512_hex); use FS::Conf; use FS::Record qw(qsearch qsearchs dbdef); use FS::CGI qw(popurl); |