Error AOS_Reports

AOS_Reports
When creating multi-module reports (two modules in a report: accounts+contracts), group user does not see finale result.
There is an error in the code. More specifically, when there is a check user group in the query is substituted the wrong name in the table.
Example:
For now - $query[‘join’][$alias] .= $this->build_report_access_query($rel_module, $name);
Must be - $query[‘join’][$alias] .= $this->build_report_access_query($rel_module, ‘'.$alias.'’);
Error - instead of $name should be passed as $alias

If the user is not in a group, then this report correctly spots.
Please pass on the test to developers.
Thank you.