add client info to accounting admin
This commit is contained in:
parent
bf20e232d9
commit
802810fe0d
@ -22,4 +22,4 @@ class LocationDataAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(Accounting)
|
||||
class AccountingAdmin(admin.ModelAdmin):
|
||||
list_display = ('desk_no', 'time_from', 'time_to', 'prize')
|
||||
list_display = ('client', 'desk_no', 'time_from', 'time_to', 'prize')
|
||||
|
Loading…
Reference in New Issue
Block a user