update

FFIB hace 1 semana
padre
commit
2612fa6c1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      member/models.py

+ 1 - 1
member/models.py

@@ -354,7 +354,7 @@ class ShotTypeInfo(BaseModelMixin, BrandInfoMixin):
354 354
 
355 355
     @property
356 356
     def data(self):
357
-        key = 'model_uni_name'
357
+        key = 'shot_name'
358 358
         seen = set()
359 359
         shots = [item for item in self.shots if not (item[key] in seen or seen.add(item[key]))]
360 360
         return {