Commit c7f48eb5 authored by Frank Bergmann's avatar Frank Bergmann

- using company_type_id_org instead of company_type_id

parent 57310bfc
......@@ -31,6 +31,8 @@ set page_title "Upload Companies CSV"
set page_body "<ul>"
set context_bar [im_context_bar [list "/intranet/cusomers/" "Companies"] $page_title]
# gets destroyed when selecting all information from a company
set company_type_id_org $company_type_id
# Get the file from the user.
# number_of_bytes is the upper-limit
......@@ -247,7 +249,7 @@ foreach csv_line_fields $values_list_of_lists {
-company_name $company_name \
-company_path $company_path \
-main_office_id $main_office_id \
-company_type_id $company_type_id \
-company_type_id $company_type_id_org \
-company_status_id [im_company_status_active]]
} else {
......
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