No update test

This commit is contained in:
Dante
2015-04-30 17:32:21 -04:00
parent db1f85d350
commit 2564db41e2
4 changed files with 3 additions and 1 deletions

View File

@@ -750,6 +750,7 @@ class indicatorsCalculator
} }
/* For debug only: /* For debug only:
* public function interpolateQuery($query, $params) { * public function interpolateQuery($query, $params) {
$keys = array(); $keys = array();

View File

@@ -52,6 +52,7 @@ class DashboardIndicator extends BaseDashboardIndicator
$rs = DashboardIndicatorPeer::doSelectRS( $criteria ); $rs = DashboardIndicatorPeer::doSelectRS( $criteria );
$rs->setFetchmode( ResultSet::FETCHMODE_ASSOC ); $rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
$dashboardIndicator = array(); $dashboardIndicator = array();
while ($rs->next()) { while ($rs->next()) {
$row = $rs->getRow(); $row = $rs->getRow();

View File

@@ -3,7 +3,6 @@ namespace ProcessMaker\BusinessModel;
use \G; use \G;
class ReportingIndicators class ReportingIndicators
{ {
// /**et // /**et

View File

@@ -133,6 +133,7 @@ class ReportingIndicators extends Api
* *
* @url GET /group-employee-data * @url GET /group-employee-data
*/ */
public function doGetGroupEmployeesData($group_uid, $init_date, $end_date, $language) public function doGetGroupEmployeesData($group_uid, $init_date, $end_date, $language)
{ {
try { try {