Remove Event.purchase_order in favour of a simple EventAuthorisation object.

This commit is contained in:
Tom Price
2017-04-10 23:14:09 +01:00
parent 391d9ef28f
commit 067e03b757
8 changed files with 49 additions and 26 deletions

View File

@@ -140,7 +140,7 @@ 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', 'purchase_order']
'collector']
class BaseClientEventAuthorisationForm(forms.ModelForm):