Skip to content

Commit

Permalink
ZZI is not eligible for transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
BMWENING committed Aug 11, 2024
1 parent fe27afc commit 22947c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@ public function transferEligible(&$checks = null)
$checks['homecontroller'] = false;
}

if ($this->facility == "ZZI"){
$checks['homecontroller'] = false;
}

if (!$this->flag_needbasic) {
$checks['needbasic'] = true;
Expand Down

0 comments on commit 22947c0

Please sign in to comment.