.
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ class Rapid(models.Model):
|
|||||||
|
|
||||||
def get_examinations(self):
|
def get_examinations(self):
|
||||||
"""Returns a comma seperated text list of regions"""
|
"""Returns a comma seperated text list of regions"""
|
||||||
examinations = ", ".join([i.name for i in self.examination.all()])
|
examinations = ", ".join([i.examination for i in self.examination.all()])
|
||||||
return examinations
|
return examinations
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user