Changed to 'PO' and corrected capitalisation in 'Collected by'

This commit is contained in:
David Taylor
2015-04-24 01:22:46 +01:00
parent c242cec49f
commit d2cc9b8460
2 changed files with 3 additions and 3 deletions

View File

@@ -255,8 +255,8 @@ class Event(models.Model, RevisionMixin):
# Monies
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, verbose_name='Purchase Order')
collector = models.CharField(max_length=255, blank=True, null=True, verbose_name='Collected By')
purchase_order = models.CharField(max_length=255, blank=True, null=True, verbose_name='PO')
collector = models.CharField(max_length=255, blank=True, null=True, verbose_name='Collected by')
# Calculated values
"""