accounting fixes

This commit is contained in:
SJ
2013-03-06 20:11:03 +01:00
parent 411e203735
commit 18a0b39f3d
5 changed files with 50 additions and 2 deletions

View File

@ -193,7 +193,7 @@ class ModelAccountingAccounting extends Model
$return = $this->__getAcceptedDomains();
}elseif(Registry::get('auditor_user') == 1) {
array_push($return,$_SESSION['domain']);
foreach ($return as $d) {
foreach ($_SESSION['auditdomains'] as $d) {
array_push($return,$d);
}
}