Added PO field to event form

This commit is contained in:
David Taylor
2015-04-23 23:58:54 +01:00
parent d3180c2998
commit 4560be158a
5 changed files with 16 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ 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)
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')
# Calculated values