update model hatching
This commit is contained in:
@@ -439,6 +439,8 @@ class PoultryHatching(BaseModel):
|
||||
has_tenant = models.BooleanField(default=False)
|
||||
archive_date = models.DateTimeField(null=True)
|
||||
unknown = models.BooleanField(default=False)
|
||||
loadingSum = models.IntegerField(default=0)
|
||||
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
self.total_killed_weight = (
|
||||
|
||||
Reference in New Issue
Block a user