From ec07b0ad9d8fb038e739d1861c0d2f2341f132a7 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 9 Sep 2015 11:54:16 +0000 Subject: [PATCH] Fixed issues with translated select list values, issue #885, affected Export calls and leads reports git-svn-id: svn://192.168.202.10@2374 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../trunk/www/vicidial/call_report_export.php | 19 ++++++++++--------- .../vicidial/call_report_export_carrier.php | 19 ++++++++++--------- .../trunk/www/vicidial/lead_report_export.php | 3 ++- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/call_report_export.php b/agc_2-X/trunk/www/vicidial/call_report_export.php index 50875d37..9d139c68 100644 --- a/agc_2-X/trunk/www/vicidial/call_report_export.php +++ b/agc_2-X/trunk/www/vicidial/call_report_export.php @@ -44,6 +44,7 @@ # 150126-1205 - Fixed issue with Extended and Alt formats # 150727-2143 - Enabled user features for hiding phone numbers and lead data # 150903-1536 - Added compatibility for custom fields data options +# 150909-0747 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1277,17 +1278,17 @@ else echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Recording Fields").":
\n"; echo "\n"; if ($custom_fields_enabled > 0) @@ -1295,18 +1296,18 @@ else echo "

\n"; echo ""._QXZ("Custom Fields").":
\n"; - echo "\n"; + echo "\n"; } echo "

\n"; echo ""._QXZ("Per Call Notes").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Export Fields").":
\n"; - echo "\n"; + echo "\n"; ### bottom of first column diff --git a/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php b/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php index 94fc91a9..512188d5 100644 --- a/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php +++ b/agc_2-X/trunk/www/vicidial/call_report_export_carrier.php @@ -15,6 +15,7 @@ # 150218-1701 - Added cust_sec and cust_queue_sec to EXTENDED output # 150727-2144 - Enabled user features for hiding phone numbers and lead data # 150903-1537 - Added compatibility for custom fields data options +# 150909-0748 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1298,17 +1299,17 @@ if ($file_exported < 1) echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Recording Fields").":
\n"; echo "\n"; if ($custom_fields_enabled > 0) @@ -1316,18 +1317,18 @@ if ($file_exported < 1) echo "

\n"; echo ""._QXZ("Custom Fields").":
\n"; - echo "\n"; + echo "\n"; } echo "

\n"; echo ""._QXZ("Per Call Notes").":
\n"; - echo "\n"; + echo "\n"; echo "

\n"; echo ""._QXZ("Export Fields").":
\n"; - echo "\n"; + echo "\n"; ### bottom of first column diff --git a/agc_2-X/trunk/www/vicidial/lead_report_export.php b/agc_2-X/trunk/www/vicidial/lead_report_export.php index 45c5fa57..c96bd962 100644 --- a/agc_2-X/trunk/www/vicidial/lead_report_export.php +++ b/agc_2-X/trunk/www/vicidial/lead_report_export.php @@ -22,6 +22,7 @@ # 150108-1705 - Fixed issue with inbound and no outbound calls export # 150727-2145 - Enabled user features for hiding phone numbers and lead data # 150903-1539 - Added compatibility for custom fields data options +# 150909-0749 - Fixed issues with translated select list values, issue #885 # $startMS = microtime(); @@ -1134,7 +1135,7 @@ else echo "

\n"; echo ""._QXZ("Header Row").":
\n"; - echo "\n"; + echo "\n"; echo "

\n";