Fixing issues found by Roly and me

This commit is contained in:
Mauricio Veliz
2022-06-22 16:01:24 -04:00
parent ce1844b349
commit 2fbcd30360
8 changed files with 11 additions and 11 deletions

View File

@@ -6804,7 +6804,7 @@ class ProcessMap
return $aIDocs;
}
public function getMaximunTaskX($processUid)
public static function getMaximunTaskX($processUid)
{
$criteria = new Criteria('workflow');
$criteria->addSelectColumn('MAX(TAS_POSX) AS MAX_X');