reverte changes

This commit is contained in:
2025-01-24 02:04:23 +01:00
parent aca6819a9c
commit fbeae9a317
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class Vehicles(models.Model):
nStatus = models.CharField('Statut', max_length=1, choices=STATUS_CHOICES, default=1)
nType = models.CharField('Type', max_length=1, choices=VHC_CHOICES, default=1)
bLucas = models.BooleanField("Lucas", default=0)
bDrap = models.BooleanField("Drap HRC", default=0)
#bDrap = models.BooleanField("Drap HRC", default=0)
nOrder = models.IntegerField("Ordre", default=0)
nTeam = models.CharField('Équipe', max_length=1, choices=TEAM_NUMBER, default=1)