mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Add missing PO field.
Noticed in testing, that could have gone badly.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user