summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-31 13:32:38 -0700
committerMark Wells <mark@freeside.biz>2015-08-31 13:32:38 -0700
commitb5cfff7585a9107889dfd55208c52d24d27c4b1c (patch)
tree841082883b9587eb0184d089ccf8699dfc0a0a47 /FS/FS/UI
parente949bed143088a77ba89a56ff2a25609a1050159 (diff)
repeatability cleanup, #37340
Diffstat (limited to 'FS/FS/UI')
-rw-r--r--FS/FS/UI/Web.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm
index 13b2e2d..0e54aa2 100644
--- a/FS/FS/UI/Web.pm
+++ b/FS/FS/UI/Web.pm
@@ -623,6 +623,7 @@ sub random_id {
if (!defined $NO_RANDOM_IDS) {
my $conf = FS::Conf->new;
$NO_RANDOM_IDS = $conf->exists('no_random_ids') ? 1 : 0;
+ warn "TEST MODE--RANDOM ID NUMBERS DISABLED\n" if $NO_RANDOM_IDS;
}
if ( $NO_RANDOM_IDS ) {
if ( $digits > 0 ) {