No update test
This commit is contained in:
@@ -750,6 +750,7 @@ class indicatorsCalculator
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* For debug only:
|
||||
* public function interpolateQuery($query, $params) {
|
||||
$keys = array();
|
||||
|
||||
@@ -52,6 +52,7 @@ class DashboardIndicator extends BaseDashboardIndicator
|
||||
$rs = DashboardIndicatorPeer::doSelectRS( $criteria );
|
||||
$rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
|
||||
$dashboardIndicator = array();
|
||||
|
||||
while ($rs->next()) {
|
||||
$row = $rs->getRow();
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ namespace ProcessMaker\BusinessModel;
|
||||
|
||||
use \G;
|
||||
|
||||
|
||||
class ReportingIndicators
|
||||
{
|
||||
// /**et
|
||||
|
||||
@@ -133,6 +133,7 @@ class ReportingIndicators extends Api
|
||||
*
|
||||
* @url GET /group-employee-data
|
||||
*/
|
||||
|
||||
public function doGetGroupEmployeesData($group_uid, $init_date, $end_date, $language)
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user