summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-31 16:31:37 -0700
committerMark Wells <mark@freeside.biz>2015-08-31 16:31:37 -0700
commit343eff0feb81094bf3e47ab994caae126fa8dfe8 (patch)
treeaf2b15e287856ec2bb8397ed1de878ba67ea724f /FS/FS/UI
parentfd62e5c7a94361229febd28bf84cdd0e65a7028a (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 69de5e157..d73d9cfc0 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 ) {