diff --git a/opentech/apply/determinations/views.py b/opentech/apply/determinations/views.py index 426096a1fe9393ab5088ca155ca8410992285ed5..f322fe290b57e6e69437b8d083b61cbbffc7d9b4 100644 --- a/opentech/apply/determinations/views.py +++ b/opentech/apply/determinations/views.py @@ -142,7 +142,7 @@ class BatchDeterminationCreateView(CreateView): message=determination.stripped_message, timestamp=timezone.now(), user=self.request.user, - submission=submission, + source=submission, related_object=determination, )