Add needs_mic property to events

This commit is contained in:
Joe Banks
2025-03-16 22:54:58 +00:00
parent 0bb7418f17
commit ded8925ef5

View File

@@ -379,6 +379,10 @@ class Event(models.Model, RevisionMixin):
return self.pk return self.pk
return "????" return "????"
@property
def needs_mic(self):
return self.is_rig and not self.dry_hire
# Calculated values # Calculated values
""" """
EX Vat EX Vat