Adding filtering by checked_in
This commit is contained in:
parent
87c9254d1f
commit
c68718f8c0
|
@ -100,7 +100,7 @@ class TicketModelAdmin(admin.ModelAdmin):
|
||||||
'checked_in'
|
'checked_in'
|
||||||
]
|
]
|
||||||
|
|
||||||
list_filter = ['product']
|
list_filter = ['product', 'checked_in']
|
||||||
|
|
||||||
|
|
||||||
actions = ['mark_as_arrived']
|
actions = ['mark_as_arrived']
|
||||||
|
|
Loading…
Reference in a new issue