Fixed setting status_id of building after Pipework save

This commit is contained in:
Frank Schubert
2021-09-14 22:45:01 +02:00
parent 9fe25d90e3
commit 371697a24c
4 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class Termination extends mfBaseModel {
public function resetProperties() {
$this->building = null;
$this->status = null;
$this->lineworder = null;
$this->lineworker = null;
$this->workflowitems = null;
$this->files = null;
$this->creator = null;