Add rig collected by information issue #25

This commit is contained in:
tomtom5152
2015-03-28 17:11:23 +00:00
parent 83ae129d72
commit ff0d703af5
4 changed files with 14 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ class Event(models.Model, RevisionMixin):
payment_method = models.CharField(max_length=255, blank=True, null=True)
payment_received = models.CharField(max_length=255, blank=True, null=True)
purchase_order = models.CharField(max_length=255, blank=True, null=True)
collector = models.CharField(max_length=255, blank=True, null=True)
collector = models.CharField(max_length=255, blank=True, null=True, verbose_name='Collected By')
# Calculated values
"""