Added camp_lead_order_random options.php setting

git-svn-id: svn://192.168.202.10@3761 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-09-26 13:01:59 +00:00
parent 2455a6f742
commit 76e4e35879
2 changed files with 432 additions and 212 deletions
@@ -37,6 +37,7 @@
# 230407-1040 - Added include_sales_in_TPD_report option
# 230421-0220 - Added RS_AGENTlatency option
# 230421-1645 - Added RS_UGlatencyRESTRICT option
# 230926-0849 - Added camp_lead_order_random option
#
# used by the realtime_report.php script
@@ -147,6 +148,9 @@ $audio_store_GSM_allowed=0;
# Include sale statuses in Team Performance Detail report
$include_sales_in_TPD_report=0;
# Allow for RANDOM list orders to be used in the Modify Campaign screens
$camp_lead_order_random=1;
# CORS settings: (to enable, customize the variables below, and uncomment the "require_once('adminCORS.php');" line at the bottom)
# (NOTE: The first 3 variables must be set for these features to be active)
$CORS_allowed_origin = ''; # if multiple origins allowed, separate them by a pipe (also allows PHP preg syntax)