Add missing PO field.

Noticed in testing, that could have gone badly.
This commit is contained in:
Tom Price
2017-04-11 14:10:00 +01:00
parent 36638e4df6
commit c0f4884242

View File

@@ -25,7 +25,8 @@ def POs_forward(apps, schema_editor):
EventAuthorisation.objects.using(db_alias).create(event=event, name='LEGACY',
email='treasurer@nottinghamtec.co.uk',
amount=total)
amount=total,
po=event.purchase_order)
def POs_reverse(apps, schema_editor):