API: Add InvoiceLine.subevent (#2411)

This commit is contained in:
Raphael Michel
2022-01-10 14:11:06 +01:00
committed by GitHub
parent 70a5c76d79
commit 357092ec44
3 changed files with 17 additions and 1 deletions

View File

@@ -1426,7 +1426,7 @@ class InlineInvoiceLineSerializer(I18nAwareModelSerializer):
class Meta:
model = InvoiceLine
fields = ('position', 'description', 'item', 'variation', 'attendee_name', 'event_date_from',
fields = ('position', 'description', 'item', 'variation', 'subevent', 'attendee_name', 'event_date_from',
'event_date_to', 'gross_value', 'tax_value', 'tax_rate', 'tax_name', 'fee_type',
'fee_internal_type', 'event_location')