fix
This commit is contained in:
@@ -2359,7 +2359,7 @@ class PlannedSession(models.Model):
|
||||
if self.preferreddate < self.startdate:
|
||||
self.preferreddate = self.startdate
|
||||
|
||||
|
||||
print(self.fitfile)
|
||||
super(PlannedSession,self).save(*args, **kwargs)
|
||||
|
||||
# read file
|
||||
|
||||
Reference in New Issue
Block a user