mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Added PO field to event form
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user