mas reportes

This commit is contained in:
fjrodriguez
2022-12-06 11:01:11 -06:00
parent 05ec4c92f6
commit 8ed7b3bef2
3 changed files with 49 additions and 22 deletions

View File

@@ -36,8 +36,6 @@ class ErroresTimbres(models.Model):
class Clientes(models.Model):
RFC = models.CharField(max_length=13, unique=True)
Nombre = models.CharField(max_length=100)
Activo = models.BooleanField(default=False)
fecha_baja = models.DateField(blank=True,null=True)