event decision book item updated
This commit is contained in:
@@ -230,7 +230,7 @@ class Build(CrudCollection, SelectActionWithEmployee):
|
||||
def management_room(self):
|
||||
if management_room := BuildParts.filter_by_one(
|
||||
system=True, id=self.management_room_id, build_id=self.id
|
||||
):
|
||||
).data:
|
||||
return management_room
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user