Be able to filter by product
This commit is contained in:
parent
d0c7484370
commit
87c9254d1f
|
@ -100,6 +100,8 @@ class TicketModelAdmin(admin.ModelAdmin):
|
||||||
'checked_in'
|
'checked_in'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
list_filter = ['product']
|
||||||
|
|
||||||
|
|
||||||
actions = ['mark_as_arrived']
|
actions = ['mark_as_arrived']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue