From: Ivan Kohler Date: Tue, 21 Apr 2015 17:48:11 +0000 (-0700) Subject: fix backport of new_customer_minimal to v3, RT#33898 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5b832f4528bbf7f1349fc9b71077a062b1bde78c;p=freeside.git fix backport of new_customer_minimal to v3, RT#33898 --- 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);