Add support for purchase ownership information

Closes #48
This commit is contained in:
2023-02-18 20:57:03 +01:00
parent 755093845d
commit 9446065271
4 changed files with 55 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class PurchaseForm(forms.ModelForm):
"date_refunded",
"price",
"price_currency",
"ownership_type",
]