forked from CGM_Public/pretix_original
Allow to add a text to gift card transactions
This commit is contained in:
@@ -119,6 +119,7 @@ class GiftCardTransaction(models.Model):
|
||||
blank=True,
|
||||
on_delete=models.PROTECT
|
||||
)
|
||||
text = models.TextField(blank=True, null=True)
|
||||
|
||||
class Meta:
|
||||
ordering = ("datetime",)
|
||||
|
||||
Reference in New Issue
Block a user