summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 98152f189..28ed5b899 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1720,11 +1720,7 @@ class QAOperationFormMulti(QAForm):
return value
def _get_qa_operator(self, value):
- try:
- value = Organization.objects.get(pk=value).cached_label
- except Organization.DoesNotExist:
- return ""
- return value
+ return self._get_organization(value)
def _get_qa_finds_received(self, value):
return self._get_null_boolean_field(value)