LICENSE: AGPLv2
#
# this screen will control the campaign settings needed for alternate number
# dialing using multiple leads with the same account number and different phone
@@ -18,10 +18,11 @@
# 130902-0755 - Changed to mysqli PHP functions
# 141001-2200 - Finalized adding QXZ translation to all admin files
# 141230-0024 - Added code for on-the-fly language translations display
+# 150728-1046 - Added option for secondary sorting by vendor_lead_code, Issue #833
#
-$admin_version = '2.10-8';
-$build = '141230-0024';
+$admin_version = '2.12-9';
+$build = '150728-1046';
require("dbconnect_mysqli.php");
require("functions.php");
@@ -406,7 +407,7 @@ if ($action == "BLANK")
echo "\n";
echo "| "._QXZ("List Order Randomize").": | |
\n";
- echo "| "._QXZ("List Order Secondary").": | |
\n";
+ echo "| "._QXZ("List Order Secondary").": | |
\n";
echo " |
\n";
echo "\n";
@@ -418,11 +419,6 @@ if ($action == "BLANK")
-
-
-
-
-
$ENDtime = date("U");
$RUNtime = ($ENDtime - $STARTtime);
echo "\n\n\n
\n "._QXZ("runtime").": $RUNtime "._QXZ("seconds")." "._QXZ("Version").": $admin_version "._QXZ("Build").": $build";