mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 10:08:28 +02:00
remove unused variables
This commit is contained in:
@ -221,7 +221,7 @@ class EditTicketCustomFieldForm(EditTicketForm):
|
||||
for field, value in self.cleaned_data.items():
|
||||
if field.startswith("custom_"):
|
||||
if value != self.fields[field].initial:
|
||||
c = followup.ticketchange_set.create(
|
||||
followup.ticketchange_set.create(
|
||||
field=field.replace("custom_", "", 1),
|
||||
old_value=self.fields[field].initial,
|
||||
new_value=value,
|
||||
|
Reference in New Issue
Block a user