Antes de actualizar
This commit is contained in:
@@ -71,7 +71,7 @@ class Clientes(models.Model):
|
||||
year = today.year
|
||||
return Timbres.objects.filter(rfcc=self.RFC, created_at__year=str(year),created_at__month=str(month)).count()
|
||||
class Meta:
|
||||
ordering = ('-Activo','-conteo_mes','RFC')
|
||||
ordering = ('-Activo','-conteo_mes','RFC',)
|
||||
|
||||
def __str__(self):
|
||||
return self.Nombre
|
||||
|
||||
Reference in New Issue
Block a user