[freeside-commits] branch FREESIDE_3_BRANCH updated. b54dbcd5bf26986115279680e12668cf9a0b51b7
Ivan
ivan at 420.am
Tue Apr 21 10:48:57 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via b54dbcd5bf26986115279680e12668cf9a0b51b7 (commit)
via 5b832f4528bbf7f1349fc9b71077a062b1bde78c (commit)
from 6d1d5e97768be940da90dc493dfd1748c839660a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b54dbcd5bf26986115279680e12668cf9a0b51b7
Merge: 5b832f4 6d1d5e9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 21 10:48:50 2015 -0700
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
commit 5b832f4528bbf7f1349fc9b71077a062b1bde78c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 21 10:48:11 2015 -0700
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 502b6db..468624c 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);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list