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