mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-01 04:42:21 +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',
|
EventAuthorisation.objects.using(db_alias).create(event=event, name='LEGACY',
|
||||||
email='treasurer@nottinghamtec.co.uk',
|
email='treasurer@nottinghamtec.co.uk',
|
||||||
amount=total)
|
amount=total,
|
||||||
|
po=event.purchase_order)
|
||||||
|
|
||||||
|
|
||||||
def POs_reverse(apps, schema_editor):
|
def POs_reverse(apps, schema_editor):
|
||||||
|
|||||||
Reference in New Issue
Block a user