Skip to content

Commit

Permalink
Merge 30f93c9 into 398e470
Browse files Browse the repository at this point in the history
  • Loading branch information
smaciejs committed Jul 17, 2019
2 parents 398e470 + 30f93c9 commit 2febc39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ralph/licences/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ class LicenceAdmin(
]
list_filter = [
'niw', 'sn', 'remarks', 'software', 'property_of',
'licence_type', 'valid_thru', 'order_no', 'invoice_no', 'invoice_date',
'budget_info', 'manufacturer', 'manufacturer__manufacturer_kind',
'region', 'office_infrastructure', TagsListFilter
'licence_type', 'service_env', 'valid_thru', 'order_no', 'invoice_no',
'invoice_date', 'budget_info', 'manufacturer',
'manufacturer__manufacturer_kind', 'region',
'office_infrastructure', TagsListFilter
]
date_hierarchy = 'created'
list_display = [
Expand Down

0 comments on commit 2febc39

Please sign in to comment.