2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 00:47:10 +00:00

comments added

This commit is contained in:
Philip Sargent
2022-09-15 22:55:45 +03:00
parent f12d0bd580
commit 0ab3a4ff44
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ class SurvexBlock(models.Model):
survexfile = models.ForeignKey("SurvexFile", blank=True, null=True,on_delete=models.SET_NULL)
survexpath = models.CharField(max_length=200) # the path for the survex stations
scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL)
scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL) # only ONE wallet per block. Th emost recent seen overwites.. ugh.
legsall = models.IntegerField(null=True) # summary data for this block
legslength = models.FloatField(null=True)