WIP OAID Rimo management

This commit is contained in:
Frank Schubert
2024-01-24 10:49:53 +01:00
parent d2dd48ba52
commit ec9ccf1830
6 changed files with 268 additions and 147 deletions
@@ -108,7 +108,9 @@ class OpenAccessIdController extends mfBaseController {
// get old and new unit_id
$old_unit = ADBWohneinheitModel::getFirst(["oaid" => $oaid->oaid]);
$new_unit = new ADBWohneinheit($this->request->new_unit_id);
if(!$new_unit->id) {
$new_unit = false;
}