Commit ddc89cfa authored by Frank Bergmann's avatar Frank Bergmann

- Fixed first issue from BuildingIntelligence

parent bb0b9b94
......@@ -462,7 +462,7 @@ if {"new" == $ticket_customer_contact_id && $user_can_create_new_customer_contac
template::form::get_values helpdesk_ticket
# Get the list of all variables in the form
set form_vars [template::form::get_elements ticket]
set form_vars [template::form::get_elements helpdesk_ticket]
# Remove the "ticket_id" field, because we want ad_form in edit mode.
set ticket_id_pos [lsearch $form_vars "ticket_id"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment