add representation to affiliation
This commit is contained in:
@@ -131,6 +131,7 @@ class Bill(models.Model):
|
||||
class Affiliation(models.TextChoices):
|
||||
VEREIN = "V", "Vereinsbudget"
|
||||
OFFICIAL = "B", "Offizielles Budget"
|
||||
REPRESENTATION = "R", "Bundesvertretung"
|
||||
|
||||
affiliation = models.CharField(
|
||||
max_length=1, choices=Affiliation.choices, verbose_name="Abrechnungsbudget"
|
||||
|
||||
Reference in New Issue
Block a user