No update test
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user