add 37 to UUID for cancelaciones to EDICOM add 'C' last char to know it's cancel
This commit is contained in:
@@ -9,7 +9,7 @@ class saldoModel(models.Model):
|
||||
|
||||
|
||||
class Timbres(models.Model):
|
||||
uuid = models.CharField(max_length=36, unique=True)
|
||||
uuid = models.CharField(max_length=37, unique=True)
|
||||
rfcc = models.CharField(max_length=13,db_index=True)
|
||||
rfcp = models.CharField(max_length=13)
|
||||
fecha = models.CharField(max_length=55)
|
||||
|
||||
Reference in New Issue
Block a user