Skip to content

Commit

Permalink
fix - code generatrion upon duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
gfavre committed Aug 27, 2021
1 parent 0fd30a8 commit 8d9c600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beyondtheadmin/clients/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

@admin.register(Client)
class ClientAdmin(admin.ModelAdmin):
pass
list_filter = ('client_type', )
list_display =('__str__', 'invoice_current_count')

0 comments on commit 8d9c600

Please sign in to comment.