From 5b832f4528bbf7f1349fc9b71077a062b1bde78c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 21 Apr 2015 10:48:11 -0700 Subject: [PATCH] fix backport of new_customer_minimal to v3, RT#33898 --- FS/FS/ClientAPI/Signup.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0