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

@@ -116,4 +116,4 @@ class EventForm(forms.ModelForm):
fields = ['is_rig', 'name', 'venue', 'start_time', 'end_date', 'start_date',
'end_time', 'meet_at', 'access_at', 'description', 'notes', 'mic',
'person', 'organisation', 'dry_hire', 'checked_in_by', 'status',
'collector',]
'collector','purchase_order']