From 9cc9ed5ff46aed83f36256b90169d1a9b4439717 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Wed, 25 Feb 2009 17:01:56 +0000 Subject: [PATCH] removed new acceptors from ma stats --- interface/reports/ippf_statistics.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/interface/reports/ippf_statistics.php b/interface/reports/ippf_statistics.php index 3b4f0efcb..b4c5f7f47 100644 --- a/interface/reports/ippf_statistics.php +++ b/interface/reports/ippf_statistics.php @@ -60,6 +60,22 @@ else { ); } +if ($report_type == 'm') { + $arr_content = array( + 1 => xl('Services'), + 2 => xl('Unique Clients'), + 4 => xl('Unique New Clients') + ); +} +else { + $arr_content = array( + 1 => xl('Services'), + 2 => xl('Unique Clients'), + 3 => xl('New Acceptors'), + 4 => xl('Unique New Clients') + ); +} + // A reported value is either scalar, or an array listed horizontally. If // multiple items are chosen then each starts in the next available column. // @@ -699,9 +715,7 @@ function process_referral($row) {