I solved the issue PM-2336 [Error con el Consolidated tab]
This commit is contained in:
@@ -1588,8 +1588,9 @@ class processMap
|
|||||||
|
|
||||||
$numRows = DynaformPeer::doCount($oCriteria);
|
$numRows = DynaformPeer::doCount($oCriteria);
|
||||||
if ($numRows == 0) {
|
if ($numRows == 0) {
|
||||||
echo "<div style=\"margin:1em;\"><strong>".G::LoadTranslation('ID_ALERT')."</strong><br />".G::LoadTranslation('ID_CONSOLIDATED_DYNAFORM_REQUIRED')."</div>";
|
$aFields['TITLE_ALERT'] = G::LoadTranslation('ID_ALERT');
|
||||||
die;
|
$aFields['SUBTITLE_MESSAGE'] = G::LoadTranslation('ID_CONSOLIDATED_DYNAFORM_REQUIRED');
|
||||||
|
$sFilename = 'tasks/tasks_Consolidated_Error.xml';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user