Save segunda brancha as backup
This commit is contained in:
@@ -72,5 +72,7 @@ class Clientes(models.Model):
|
||||
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')
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.Nombre
|
||||
|
||||
|
||||
Reference in New Issue
Block a user