mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
14637 remove extra assignment
This commit is contained in:
parent
bfda9d5f62
commit
9003e1f70b
@ -317,7 +317,7 @@ class CableTermination(ChangeLoggedModel):
|
||||
super().clean()
|
||||
|
||||
# Check for existing termination
|
||||
qs = existing_termination = CableTermination.objects.filter(
|
||||
qs = CableTermination.objects.filter(
|
||||
termination_type=self.termination_type,
|
||||
termination_id=self.termination_id
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user