Skip to content

Commit

Permalink
Fix contract type filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Tobar committed Aug 30, 2023
1 parent 907e12f commit a3cb160
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nautobot_device_lifecycle_mgmt/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ class ContractLCMFilterSet(NautobotFilterSet):
end__gte = django_filters.DateFilter(field_name="end", lookup_expr="gte")
end__lte = django_filters.DateFilter(field_name="end", lookup_expr="lte")

contract_type = django_filters.CharFilter(field_name="contract_type", label="Contract Type")

class Meta:
"""Meta attributes for filter."""

Expand Down

0 comments on commit a3cb160

Please sign in to comment.