fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14271] booking: more on reports


From: Sigurd Nes
Subject: [Fmsystem-commits] [14271] booking: more on reports
Date: Tue, 03 Nov 2015 08:21:32 +0000

Revision: 14271
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14271
Author:   sigurdne
Date:     2015-11-03 08:21:30 +0000 (Tue, 03 Nov 2015)
Log Message:
-----------
booking: more on reports

Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uireports.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uireports.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uireports.inc.php 2015-11-02 
23:56:36 UTC (rev 14270)
+++ branches/dev-syncromind/booking/inc/class.uireports.inc.php 2015-11-03 
08:21:30 UTC (rev 14271)
@@ -96,8 +96,8 @@
                                {
                                        switch($report_type)
                                        {
-                                               case 
'participants_per_resource':
-                                                       
$this->get_participants_per_resource($report);
+                                               case 
'participants_per_agegroupe':
+                                                       
$this->get_participants_per_agegroupe($report);
                                                        break;
                                                case 'cover_ratio':
                                                        
$this->get_cover_ratio($report);
@@ -151,9 +151,9 @@
                        );
                        $report_types    = array(
                                array(
-                                       'id' => 'participants_per_resource',
+                                       'id' => 'participants_per_agegroupe',
                                        'name' => 
lang('participants_per_agegroupe'),
-                                       'selected' => $report_type == 
'participants_per_resource' ? 1 : 0
+                                       'selected' => $report_type == 
'participants_per_agegroupe' ? 1 : 0
                                ),
                                array(
                                        'id' => 'cover_ratio',
@@ -356,7 +356,7 @@
                        }
                }
 
-               public function get_participants_per_resource($data)
+               public function get_participants_per_agegroupe($data)
                {
 
                        $output_type = 'XLS';//'XLS';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]